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
List of all members
AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense Class Reference

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
 

Detailed Description

Implements the BasisMatrix object for Dense.

Definition at line 88 of file AbstractLinAlgPack_DirectSparseSolverDense.hpp.

Member Function Documentation

Teuchos::RCP< DirectSparseSolverImp::BasisMatrixImp > AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense::create_matrix ( ) const
void AbstractLinAlgPack::DirectSparseSolverDense::BasisMatrixDense::V_InvMtV ( VectorMutable v_lhs,
BLAS_Cpp::Transp  trans_rhs1,
const Vector v_rhs2 
) const

The documentation for this class was generated from the following files: