MOOCHO (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for AbstractLinAlgPack::MatrixExtractSparseElements, including all inherited members.
cols() const | AbstractLinAlgPack::MatrixBase | virtual |
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 =0 | AbstractLinAlgPack::MatrixExtractSparseElements | pure 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::MatrixExtractSparseElements | virtual |
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 =0 | AbstractLinAlgPack::MatrixExtractSparseElements | pure virtual |
EElementUniqueness enum name | AbstractLinAlgPack::MatrixConvertToSparse | |
EExtractRegion enum name | AbstractLinAlgPack::MatrixConvertToSparse | |
ELEMENTS_ALLOW_DUPLICATES_SUM enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
ELEMENTS_FORCE_UNIQUE enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
EXTRACT_FULL_MATRIX enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
EXTRACT_LOWER_TRIANGULAR enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
EXTRACT_UPPER_TRIANGULAR enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
get_dl_du(EExtractRegion extract_region, index_type *dl, index_type *du) const | AbstractLinAlgPack::MatrixExtractSparseElements | private |
num_nonzeros(EExtractRegion extract_region, EElementUniqueness element_uniqueness) const | AbstractLinAlgPack::MatrixExtractSparseElements | virtual |
nz() const | AbstractLinAlgPack::MatrixBase | virtual |
rows() const | AbstractLinAlgPack::MatrixBase | virtual |
space_cols() const =0 | AbstractLinAlgPack::MatrixBase | pure virtual |
space_rows() const =0 | AbstractLinAlgPack::MatrixBase | pure virtual |
~MatrixBase() | AbstractLinAlgPack::MatrixBase | inlinevirtual |