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::DirectSparseSolverMA28::BasisMatrixMA28 Class Reference

Implements the BasisMatrix object for MA28. More...

#include <AbstractLinAlgPack_DirectSparseSolverMA28.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 MA28.

Definition at line 132 of file AbstractLinAlgPack_DirectSparseSolverMA28.hpp.

Member Function Documentation

Teuchos::RCP<BasisMatrixImp> AbstractLinAlgPack::DirectSparseSolverMA28::BasisMatrixMA28::create_matrix ( ) const

void AbstractLinAlgPack::DirectSparseSolverMA28::BasisMatrixMA28::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 file: