AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Implements the BasisMatrix object for Dense. More...
#include <AbstractLinAlgPack_DirectSparseSolverDense.hpp>
Inherits BasisMatrixImp.
Overridden from BasisMatrixImp | |
Teuchos::RCP< BasisMatrixImp > | create_matrix () const |
void | V_InvMtV (VectorMutable *v_lhs, BLAS_Cpp::Transp trans_rhs1, const Vector &v_rhs2) const |
Implements the BasisMatrix object for Dense.
Definition at line 88 of file AbstractLinAlgPack_DirectSparseSolverDense.hpp.
Teuchos::RCP< DirectSparseSolverImp::BasisMatrixImp > AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense::create_matrix | ( | ) | const |
Definition at line 90 of file AbstractLinAlgPack_DirectSparseSolverDense.cpp.
void AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense::V_InvMtV | ( | VectorMutable * | v_lhs, |
BLAS_Cpp::Transp | trans_rhs1, | ||
const Vector & | v_rhs2 | ||
) | const |
Definition at line 95 of file AbstractLinAlgPack_DirectSparseSolverDense.cpp.