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::MatrixSparseCOORSerial Member List

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

calc_norm(EMatNormType requested_norm_type=MAT_NORM_1, bool allow_replacement=false) const AbstractLinAlgPack::MatrixOp
clone()AbstractLinAlgPack::MatrixOpvirtual
clone() const AbstractLinAlgPack::MatrixOpvirtual
col_j()AbstractLinAlgPack::MatrixSparseCOORSerialinline
col_j() const AbstractLinAlgPack::MatrixSparseCOORSerialinline
cols() const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
commit_load_nonzeros_buffers(size_type nz_commit, value_type **val, index_type **row_i, index_type **col_j)AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
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, const index_type col_offset) const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
AbstractLinAlgPack::MatrixExtractSparseElements::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 AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
EAssumeElementUniqueness enum nameAbstractLinAlgPack::MatrixLoadSparseElements
EElementUniqueness enum nameAbstractLinAlgPack::MatrixConvertToSparse
EExtractRegion enum nameAbstractLinAlgPack::MatrixConvertToSparse
ELEMENTS_ALLOW_DUPLICATES_SUM enum valueAbstractLinAlgPack::MatrixConvertToSparse
ELEMENTS_ASSUME_DUPLICATES_SUM enum valueAbstractLinAlgPack::MatrixLoadSparseElements
ELEMENTS_ASSUME_UNIQUE enum valueAbstractLinAlgPack::MatrixLoadSparseElements
ELEMENTS_FORCE_UNIQUE enum valueAbstractLinAlgPack::MatrixConvertToSparse
EMatNormType enum nameAbstractLinAlgPack::MatrixOp
EXTRACT_FULL_MATRIX enum valueAbstractLinAlgPack::MatrixConvertToSparse
EXTRACT_LOWER_TRIANGULAR enum valueAbstractLinAlgPack::MatrixConvertToSparse
EXTRACT_UPPER_TRIANGULAR enum valueAbstractLinAlgPack::MatrixConvertToSparse
finish_construction(bool test_setup)AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
get_load_nonzeros_buffers(size_type max_nz_load, value_type **val, index_type **row_i, index_type **col_j)AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
MAT_NORM_1 enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_2 enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_FORB enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_INF enum valueAbstractLinAlgPack::MatrixOp
MatrixSparseCOORSerial()AbstractLinAlgPack::MatrixSparseCOORSerial
Mp_StM(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StM(value_type alpha, const MatrixOp &M_rhs, BLAS_Cpp::Transp trans_rhs)AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StMtM(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const MatrixOp &mwo_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StMtM(MatrixOp *mwo_lhs, value_type alpha, const MatrixOp &mwo_rhs1, BLAS_Cpp::Transp trans_rhs1, BLAS_Cpp::Transp trans_rhs2, value_type beta) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StMtM(value_type alpha, const MatrixOp &mwo_rhs1, BLAS_Cpp::Transp trans_rhs1, const MatrixOp &mwo_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta)AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StMtP(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StMtP(value_type alpha, const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans)AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StPtM(MatrixOp *mwo_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans, BLAS_Cpp::Transp M_trans) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StPtM(value_type alpha, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans, const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans)AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StPtMtP(MatrixOp *mwo_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs2, BLAS_Cpp::Transp P_rhs2_trans) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Mp_StPtMtP(value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs2, BLAS_Cpp::Transp P_rhs2_trans)AbstractLinAlgPack::MatrixOpprotectedvirtual
Mt_S(value_type alpha)AbstractLinAlgPack::MatrixOpvirtual
num_nonzeros(EExtractRegion extract_region, EElementUniqueness element_uniqueness) const AbstractLinAlgPack::MatrixExtractSparseElementsvirtual
nz() const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
operator=(const MatrixOp &M)AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
output(std::ostream &out) const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
perm_view(const Permutation *P_row, const index_type row_part[], int num_row_part, const Permutation *P_col, const index_type col_part[], int num_col_part) const AbstractLinAlgPack::MatrixOpvirtual
perm_view_update(const Permutation *P_row, const index_type row_part[], int num_row_part, const Permutation *P_col, const index_type col_part[], int num_col_part, const mat_ptr_t &perm_view) const AbstractLinAlgPack::MatrixOpvirtual
reinitialize(size_type rows, size_type cols, size_type max_nz, EAssumeElementUniqueness element_uniqueness)AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
release_resource() const AbstractLinAlgPack::MatrixSparseCOORSerialinline
release_resource_ptr_t typedefAbstractLinAlgPack::MatrixSparseCOORSerial
reset_to_load_values()AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
row_i()AbstractLinAlgPack::MatrixSparseCOORSerialinline
row_i() const AbstractLinAlgPack::MatrixSparseCOORSerialinline
rows() const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
set_buffers(size_type max_nz, value_type *val, index_type *row_i, index_type *col_j, const release_resource_ptr_t &release_resource, size_type rows=0, size_type cols=0, size_type nz=0, bool check_input=false)AbstractLinAlgPack::MatrixSparseCOORSerial
set_uninitialized()AbstractLinAlgPack::MatrixSparseCOORSerial
space_cols() const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
space_rows() const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
sub_view(const Range1D &row_rng, const Range1D &col_rng) const AbstractLinAlgPack::MatrixOpvirtual
sub_view(const index_type &rl, const index_type &ru, const index_type &cl, const index_type &cu) const AbstractLinAlgPack::MatrixOpinline
syr2k(BLAS_Cpp::Transp M_trans, value_type alpha, const GenPermMatrixSlice &P1, BLAS_Cpp::Transp P1_trans, const GenPermMatrixSlice &P2, BLAS_Cpp::Transp P2_trans, value_type beta, MatrixSymOp *symwo_lhs) const AbstractLinAlgPack::MatrixOpprotectedvirtual
syrk(BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta, MatrixSymOp *sym_lhs) const AbstractLinAlgPack::MatrixOpprotectedvirtual
syrk(const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta)AbstractLinAlgPack::MatrixOpprotectedvirtual
transVtMtV(const Vector &v_rhs1, BLAS_Cpp::Transp trans_rhs2, const Vector &v_rhs3) const AbstractLinAlgPack::MatrixOpprotectedvirtual
transVtMtV(const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const AbstractLinAlgPack::MatrixOpprotectedvirtual
val()AbstractLinAlgPack::MatrixSparseCOORSerialinline
val() const AbstractLinAlgPack::MatrixSparseCOORSerialinline
Vp_StMtV(VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2, value_type beta) const AbstractLinAlgPack::MatrixSparseCOORSerialvirtual
AbstractLinAlgPack::MatrixOp::Vp_StMtV(VectorMutable *v_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Vp_StPtMtV(VectorMutable *v_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_rhs2_trans, const Vector &v_rhs3, value_type beta) const AbstractLinAlgPack::MatrixOpprotectedvirtual
Vp_StPtMtV(VectorMutable *v_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_rhs2_trans, const SpVectorSlice &sv_rhs3, value_type beta) const AbstractLinAlgPack::MatrixOpprotectedvirtual
zero_out()AbstractLinAlgPack::MatrixOpvirtual
~MatrixBase()AbstractLinAlgPack::MatrixBaseinlinevirtual