AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AbstractLinAlgPack::MatrixExtractSparseElements Member List

This is the complete list of members for AbstractLinAlgPack::MatrixExtractSparseElements, including all inherited members.

cols() const AbstractLinAlgPack::MatrixBasevirtual
coor_extract_nonzeros(EElementUniqueness element_uniqueness, const index_type inv_row_perm[], const index_type inv_col_perm[], const Range1D &row_rng, const Range1D &col_rng, index_type dl, index_type du, value_type alpha, const index_type len_Aval, value_type Aval[], const index_type len_Aij, index_type Arow[], index_type Acol[], const index_type row_offset=0, const index_type col_offset=0) const =0AbstractLinAlgPack::MatrixExtractSparseElementspure virtual
coor_extract_nonzeros(EExtractRegion extract_region, EElementUniqueness element_uniqueness, const index_type len_Aval, value_type Aval[], const index_type len_Aij, index_type Arow[], index_type Acol[], const index_type row_offset, const index_type col_offset) const AbstractLinAlgPack::MatrixExtractSparseElementsvirtual
count_nonzeros(EElementUniqueness element_uniqueness, const index_type inv_row_perm[], const index_type inv_col_perm[], const Range1D &row_rng, const Range1D &col_rng, index_type dl, index_type du) const =0AbstractLinAlgPack::MatrixExtractSparseElementspure virtual
EElementUniqueness enum nameAbstractLinAlgPack::MatrixConvertToSparse
EExtractRegion enum nameAbstractLinAlgPack::MatrixConvertToSparse
ELEMENTS_ALLOW_DUPLICATES_SUM enum valueAbstractLinAlgPack::MatrixConvertToSparse
ELEMENTS_FORCE_UNIQUE enum valueAbstractLinAlgPack::MatrixConvertToSparse
EXTRACT_FULL_MATRIX enum valueAbstractLinAlgPack::MatrixConvertToSparse
EXTRACT_LOWER_TRIANGULAR enum valueAbstractLinAlgPack::MatrixConvertToSparse
EXTRACT_UPPER_TRIANGULAR enum valueAbstractLinAlgPack::MatrixConvertToSparse
num_nonzeros(EExtractRegion extract_region, EElementUniqueness element_uniqueness) const AbstractLinAlgPack::MatrixExtractSparseElementsvirtual
nz() const AbstractLinAlgPack::MatrixBasevirtual
rows() const AbstractLinAlgPack::MatrixBasevirtual
space_cols() const =0AbstractLinAlgPack::MatrixBasepure virtual
space_rows() const =0AbstractLinAlgPack::MatrixBasepure virtual
~MatrixBase()AbstractLinAlgPack::MatrixBaseinlinevirtual