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

This is the complete list of members for AbstractLinAlgPack::MatrixPermAggr, 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_perm() const AbstractLinAlgPack::MatrixPermAggr
cols() const AbstractLinAlgPack::MatrixPermAggrvirtual
EMatNormType enum nameAbstractLinAlgPack::MatrixOp
initialize(const mat_ptr_t &mat_orig, const perm_ptr_t &row_perm, const perm_ptr_t &col_perm, const mat_ptr_t &mat_perm)AbstractLinAlgPack::MatrixPermAggr
MAT_NORM_1 enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_2 enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_FORB enum valueAbstractLinAlgPack::MatrixOp
MAT_NORM_INF enum valueAbstractLinAlgPack::MatrixOp
mat_orig() const AbstractLinAlgPack::MatrixPermAggr
mat_perm() const AbstractLinAlgPack::MatrixPermAggr
MatrixPermAggr()AbstractLinAlgPack::MatrixPermAggr
MatrixPermAggr(const mat_ptr_t &mat_orig, const perm_ptr_t &row_perm, const perm_ptr_t &col_perm, const mat_ptr_t &mat_perm)AbstractLinAlgPack::MatrixPermAggr
Mp_StM(MatrixOp *mwo_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs) const AbstractLinAlgPack::MatrixPermAggrprotectedvirtual
AbstractLinAlgPack::MatrixOp::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::MatrixPermAggrprotectedvirtual
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::MatrixPermAggrprotectedvirtual
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::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::MatrixPermAggrprotectedvirtual
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::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::MatrixPermAggrprotectedvirtual
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::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::MatrixPermAggrprotectedvirtual
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::MatrixOpprotectedvirtual
Mt_S(value_type alpha)AbstractLinAlgPack::MatrixOpvirtual
nz() const AbstractLinAlgPack::MatrixPermAggrvirtual
operator=(const MatrixOp &M)AbstractLinAlgPack::MatrixPermAggrvirtual
output(std::ostream &out) const AbstractLinAlgPack::MatrixPermAggrvirtual
perm_ptr_t typedefAbstractLinAlgPack::MatrixPermAggr
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
row_perm() const AbstractLinAlgPack::MatrixPermAggr
rows() const AbstractLinAlgPack::MatrixPermAggrvirtual
set_uninitialized()AbstractLinAlgPack::MatrixPermAggr
space_cols() const AbstractLinAlgPack::MatrixPermAggrvirtual
space_rows() const AbstractLinAlgPack::MatrixPermAggrvirtual
sub_view(const Range1D &row_rng, const Range1D &col_rng) const AbstractLinAlgPack::MatrixPermAggrvirtual
AbstractLinAlgPack::MatrixOp::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::MatrixPermAggrprotectedvirtual
syrk(BLAS_Cpp::Transp M_trans, value_type alpha, value_type beta, MatrixSymOp *sym_lhs) const AbstractLinAlgPack::MatrixPermAggrprotectedvirtual
AbstractLinAlgPack::MatrixOp::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::MatrixPermAggrprotectedvirtual
transVtMtV(const SpVectorSlice &sv_rhs1, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) const AbstractLinAlgPack::MatrixPermAggrprotectedvirtual
Vp_StMtV(VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2, value_type beta) const AbstractLinAlgPack::MatrixPermAggrprotectedvirtual
Vp_StMtV(VectorMutable *vs_lhs, value_type alpha, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2, value_type beta) const AbstractLinAlgPack::MatrixPermAggrprotectedvirtual
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::MatrixPermAggrprotectedvirtual
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::MatrixPermAggrprotectedvirtual
zero_out()AbstractLinAlgPack::MatrixOpvirtual
~MatrixBase()AbstractLinAlgPack::MatrixBaseinlinevirtual