AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
This is the complete list of members for AbstractLinAlgPack::MatrixSymDiagSparse, including all inherited members.
calc_norm(EMatNormType requested_norm_type=MAT_NORM_1, bool allow_replacement=false) const | AbstractLinAlgPack::MatrixOp | |
AbstractLinAlgPack::clone() | AbstractLinAlgPack::MatrixOp | virtual |
AbstractLinAlgPack::clone() const | AbstractLinAlgPack::MatrixOp | virtual |
AbstractLinAlgPack::MatrixSymOp::clone() | AbstractLinAlgPack::MatrixSymOp | virtual |
AbstractLinAlgPack::MatrixSymOp::clone() const | AbstractLinAlgPack::MatrixSymOp | virtual |
clone_mswo() | AbstractLinAlgPack::MatrixSymOp | virtual |
clone_mswo() const | AbstractLinAlgPack::MatrixSymOp | virtual |
AbstractLinAlgPack::cols() const | AbstractLinAlgPack::MatrixBase | virtual |
AbstractLinAlgPack::MatrixSymOp::cols() const | AbstractLinAlgPack::MatrixSymOp | 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::MatrixSymDiagSparse | virtual |
diag() const =0 | AbstractLinAlgPack::MatrixSymDiagSparse | 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 | |
EMatNormType enum name | AbstractLinAlgPack::MatrixOp | |
EMatRhsPlaceHolder enum name | AbstractLinAlgPack::MatrixSymOp | |
EXTRACT_FULL_MATRIX enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
EXTRACT_LOWER_TRIANGULAR enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
EXTRACT_UPPER_TRIANGULAR enum value | AbstractLinAlgPack::MatrixConvertToSparse | |
MAT_NORM_1 enum value | AbstractLinAlgPack::MatrixOp | |
MAT_NORM_2 enum value | AbstractLinAlgPack::MatrixOp | |
MAT_NORM_FORB enum value | AbstractLinAlgPack::MatrixOp | |
MAT_NORM_INF enum value | AbstractLinAlgPack::MatrixOp | |
MatrixSymDiagSparse() | AbstractLinAlgPack::MatrixSymDiagSparse | |
Mp_StM(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StM(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::Mp_StM(value_type alpha, const MatrixOp &M_rhs, BLAS_Cpp::Transp trans_rhs) | AbstractLinAlgPack::MatrixOp | protectedvirtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DMatrixSlice &gms_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, const DMatrixSlice &gms_rhs1, BLAS_Cpp::Transp trans_rhs1, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const MatrixOpSerial &mwo_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DMatrixSliceSym &sym_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, const DMatrixSliceSym &sym_rhs1, BLAS_Cpp::Transp trans_rhs1, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DMatrixSliceTri &tri_rhs2, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Mp_StMtM(DMatrixSlice *gms_lhs, value_type alpha, const DMatrixSliceTri &tri_rhs1, BLAS_Cpp::Transp trans_rhs1, BLAS_Cpp::Transp trans_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::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::MatrixOp | protectedvirtual |
AbstractLinAlgPack::MatrixOp::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::MatrixOp | protectedvirtual |
Mp_StMtMtM(DMatrixSliceSym *sym_lhs, value_type alpha, EMatRhsPlaceHolder dummy_place_holder, const MatrixOpSerial &mwo_rhs, BLAS_Cpp::Transp mwo_rhs_trans, value_type beta) const | AbstractLinAlgPack::MatrixSymDiagSparse | virtual |
AbstractLinAlgPack::MatrixSymOpSerial::Mp_StMtMtM(MatrixSymOp *symwo_lhs, value_type alpha, EMatRhsPlaceHolder dummy_place_holder, const MatrixOp &mwo_rhs, BLAS_Cpp::Transp mwo_rhs_trans, value_type beta) const | AbstractLinAlgPack::MatrixSymOpSerial | virtual |
Mp_StMtP(DMatrixSlice *gms_lhs, value_type alpha, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::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::MatrixOp | protectedvirtual |
Mp_StPtM(DMatrixSlice *gms_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans, BLAS_Cpp::Transp M_trans) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::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::MatrixOp | protectedvirtual |
Mp_StPtMtP(DMatrixSliceSym *sym_lhs, value_type alpha, EMatRhsPlaceHolder dummy_place_holder, const GenPermMatrixSlice &gpms_rhs, BLAS_Cpp::Transp gpms_rhs_trans, value_type beta) const | AbstractLinAlgPack::MatrixSymOpSerial | virtual |
Mp_StPtMtP(MatrixSymOp *symwo_lhs, value_type alpha, EMatRhsPlaceHolder dummy_place_holder, const GenPermMatrixSlice &gpms_rhs, BLAS_Cpp::Transp gpms_rhs_trans, value_type beta) const | AbstractLinAlgPack::MatrixSymOpSerial | virtual |
AbstractLinAlgPack::MatrixOpSerial::Mp_StPtMtP(DMatrixSlice *gms_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::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOpSerial::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::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::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::MatrixOp | protectedvirtual |
Mt_S(value_type alpha) | AbstractLinAlgPack::MatrixOp | virtual |
num_nonzeros(EExtractRegion extract_region, EElementUniqueness element_uniqueness) const | AbstractLinAlgPack::MatrixSymDiagSparse | virtual |
nz() const | AbstractLinAlgPack::MatrixBase | virtual |
AbstractLinAlgPack::operator=(const MatrixOp &mwo_rhs) | AbstractLinAlgPack::MatrixOp | virtual |
AbstractLinAlgPack::MatrixSymOp::operator=(const MatrixSymOp &M) | AbstractLinAlgPack::MatrixSymOp | inlinevirtual |
output(std::ostream &out) const | AbstractLinAlgPack::MatrixSymDiagSparse | virtual |
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::MatrixOp | virtual |
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::MatrixOp | virtual |
rows() const | AbstractLinAlgPack::MatrixSymDiagSparse | virtual |
space_cols() const | AbstractLinAlgPack::MatrixOpSerial | virtual |
space_rows() const | AbstractLinAlgPack::MatrixSymOpSerial | virtual |
STANDARD_MEMBER_COMPOSITION_MEMBERS(size_type, num_updates_at_once) | AbstractLinAlgPack::MatrixSymDiagSparse | |
sub_view(const Range1D &row_rng, const Range1D &col_rng) const | AbstractLinAlgPack::MatrixOp | virtual |
sub_view(const index_type &rl, const index_type &ru, const index_type &cl, const index_type &cu) const | AbstractLinAlgPack::MatrixOp | inline |
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, DMatrixSliceSym *sym_lhs) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
syrk(BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta, DMatrixSliceSym *sym_lhs) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
syrk(BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta, MatrixSymOp *sym_lhs) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixOp::syrk(const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta) | AbstractLinAlgPack::MatrixOp | protectedvirtual |
transVtMtV(const DVectorSlice &vs_rhs1, BLAS_Cpp::Transp trans_rhs2, const DVectorSlice &vs_rhs3) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
transVtMtV(const Vector &v_rhs1, BLAS_Cpp::Transp trans_rhs2, const Vector &v_rhs3) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
transVtMtV(const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Vp_StMtV(DVectorSlice *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const DVectorSlice &vs_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixSymDiagSparse | virtual |
AbstractLinAlgPack::MatrixSymOpSerial::Vp_StMtV(DVectorSlice *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixSymOpSerial::Vp_StMtV(VectorMutable *v_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
AbstractLinAlgPack::MatrixSymOpSerial::Vp_StMtV(VectorMutable *v_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Vp_StPtMtV(DVectorSlice *vs_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs1, BLAS_Cpp::Transp P_rhs1_trans, BLAS_Cpp::Transp M_rhs2_trans, const DVectorSlice &vs_rhs3, value_type beta) const | AbstractLinAlgPack::MatrixOpSerial | virtual |
Vp_StPtMtV(DVectorSlice *vs_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::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
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::MatrixOpSerial | virtual |
zero_out() | AbstractLinAlgPack::MatrixOp | virtual |
~MatrixBase() | AbstractLinAlgPack::MatrixBase | inlinevirtual |