MOOCHO (Single Doxygen Collection)
Version of the Day
|
This is the complete list of members for AbstractLinAlgPack::MatrixOpNonsingAggr, including all inherited members.
calc_cond_num(EMatNormType requested_norm_type=MAT_NORM_1, bool allow_replacement=false) const | AbstractLinAlgPack::MatrixOpNonsing | |
calc_norm(EMatNormType requested_norm_type=MAT_NORM_1, bool allow_replacement=false) const | AbstractLinAlgPack::MatrixOp | |
clone() | AbstractLinAlgPack::MatrixOpNonsing | virtual |
clone() const | AbstractLinAlgPack::MatrixOpNonsing | virtual |
clone_mns() | AbstractLinAlgPack::MatrixOpNonsing | virtual |
clone_mns() const | AbstractLinAlgPack::MatrixOpNonsing | virtual |
clone_mwons() | AbstractLinAlgPack::MatrixOpNonsing | virtual |
clone_mwons() const | AbstractLinAlgPack::MatrixOpNonsing | virtual |
cols() const | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
EMatNormType enum name | AbstractLinAlgPack::MatrixOp | |
initialize(const mwo_ptr_t &mwo, BLAS_Cpp::Transp mwo_trans, const mns_ptr_t &mns, BLAS_Cpp::Transp mns_trans) | AbstractLinAlgPack::MatrixOpNonsingAggr | |
M_StInvMtM(MatrixOp *m_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const MatrixOp &mwo_rhs2, BLAS_Cpp::Transp trans_rhs2) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
M_StMtInvM(MatrixOp *m_lhs, value_type alpha, const MatrixOp &mwo_rhs1, BLAS_Cpp::Transp trans_rhs1, BLAS_Cpp::Transp trans_rhs2) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
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 | |
MatrixOpNonsingAggr() | AbstractLinAlgPack::MatrixOpNonsingAggr | |
MatrixOpNonsingAggr(const mwo_ptr_t &mwo, BLAS_Cpp::Transp mwo_trans, const mns_ptr_t &mns, BLAS_Cpp::Transp mns_trans) | AbstractLinAlgPack::MatrixOpNonsingAggr | |
mns | AbstractLinAlgPack::MatrixOpNonsingAggr | inlineprivate |
mns() const | AbstractLinAlgPack::MatrixOpNonsingAggr | |
mns_ptr_t typedef | AbstractLinAlgPack::MatrixOpNonsingAggr | |
mns_trans() const | AbstractLinAlgPack::MatrixOpNonsingAggr | inline |
Mp_StM(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::Mp_StM(value_type alpha, const MatrixOp &M_rhs, BLAS_Cpp::Transp trans_rhs) | AbstractLinAlgPack::MatrixOp | protectedvirtual |
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::MatrixOpNonsingAggr | protectedvirtual |
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::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::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_StMtP(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp M_trans, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::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(MatrixOp *mwo_lhs, value_type alpha, const GenPermMatrixSlice &P_rhs, BLAS_Cpp::Transp P_rhs_trans, BLAS_Cpp::Transp M_trans) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::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(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::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::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 |
mwo | AbstractLinAlgPack::MatrixOpNonsingAggr | inlineprivate |
mwo() const | AbstractLinAlgPack::MatrixOpNonsingAggr | |
mwo_ptr_t typedef | AbstractLinAlgPack::MatrixOpNonsingAggr | |
mwo_trans() const | AbstractLinAlgPack::MatrixOpNonsingAggr | inline |
nz() const | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
operator=(const MatrixOp &M) | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
AbstractLinAlgPack::MatrixOpNonsing::operator=(const MatrixOpNonsing &M) | AbstractLinAlgPack::MatrixOpNonsing | inline |
output(std::ostream &out) const | AbstractLinAlgPack::MatrixOpNonsingAggr | 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::MatrixOpNonsingAggr | virtual |
set_uninitialized() | AbstractLinAlgPack::MatrixOpNonsingAggr | |
space_cols() const | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
space_rows() const | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
sub_view(const Range1D &row_rng, const Range1D &col_rng) const | AbstractLinAlgPack::MatrixOpNonsingAggr | virtual |
AbstractLinAlgPack::MatrixOpNonsing::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, MatrixSymOp *symwo_lhs) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
syrk(BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta, MatrixSymOp *sym_lhs) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
AbstractLinAlgPack::MatrixOpNonsing::syrk(const MatrixOp &mwo_rhs, BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta) | AbstractLinAlgPack::MatrixOp | protectedvirtual |
transVtInvMtV(const Vector &v_rhs1, BLAS_Cpp::Transp trans_rhs2, const Vector &v_rhs3) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
transVtInvMtV(const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
transVtMtV(const Vector &v_rhs1, BLAS_Cpp::Transp trans_rhs2, const Vector &v_rhs3) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
transVtMtV(const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
V_InvMtV(VectorMutable *v_lhs, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
V_InvMtV(VectorMutable *v_lhs, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
Vp_StMtV(VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
Vp_StMtV(VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const | AbstractLinAlgPack::MatrixOpNonsingAggr | protectedvirtual |
Vp_StPtMtV(VectorMutable *vs_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::MatrixOpNonsingAggr | protectedvirtual |
Vp_StPtMtV(VectorMutable *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::MatrixOpNonsingAggr | protectedvirtual |
zero_out() | AbstractLinAlgPack::MatrixOp | virtual |
~MatrixBase() | AbstractLinAlgPack::MatrixBase | inlinevirtual |