Level-2 BLAS | |
| void | AbstractLinAlgPack::V_InvMtV (VectorMutable *v_lhs, const MatrixNonsing &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2) |
| | |
| void | AbstractLinAlgPack::V_InvMtV (VectorMutable *v_lhs, const MatrixNonsing &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const SpVectorSlice &sv_rhs2) |
| | |
| value_type | AbstractLinAlgPack::transVtInvMtV (const Vector &v_rhs1, const MatrixNonsing &M_rhs2, BLAS_Cpp::Transp trans_rhs2, const Vector &v_rhs3) |
| | |
| value_type | AbstractLinAlgPack::transVtInvMtV (const SpVectorSlice &sv_rhs1, const MatrixNonsing &M_rhs2, BLAS_Cpp::Transp trans_rhs2, const SpVectorSlice &sv_rhs3) |
| | |
Level-3 BLAS | |
| void | AbstractLinAlgPack::M_StInvMtM (MatrixOp *m_lhs, value_type alpha, const MatrixNonsing &M_rhs1, BLAS_Cpp::Transp trans_rhs1, const MatrixOp &mwo_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| | |
| void | AbstractLinAlgPack::M_StMtInvM (MatrixOp *m_lhs, value_type alpha, const MatrixOp &mwo_rhs1, BLAS_Cpp::Transp trans_rhs1, const MatrixNonsing &M_rhs2, BLAS_Cpp::Transp trans_rhs2) |
| | |
These allow nonmember functions to act like virtual functions and thereby allow the same syntax as in DenseLinAlgPack.
|
||||||||||||||||||||
|
Definition at line 236 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
|
||||||||||||||||||||
|
Definition at line 244 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
|
||||||||||||||||||||
|
Definition at line 252 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
|
||||||||||||||||||||
|
Definition at line 260 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 274 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 283 of file AbstractLinAlgPack_MatrixNonsing.hpp. |
1.3.9.1