MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
AbstractLinAlgPack_MatrixSymNonsing.hpp File Reference
#include "AbstractLinAlgPack_MatrixNonsing.hpp"
Include dependency graph for AbstractLinAlgPack_MatrixSymNonsing.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractLinAlgPack::MatrixSymNonsing
 Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to solve for linear systems relatively efficently. More...
 

Namespaces

 AbstractLinAlgPack
 

Functions

void AbstractLinAlgPack::M_StMtInvMtM (MatrixSymOp *sym_gms_lhs, value_type alpha, const MatrixOp &mwo, BLAS_Cpp::Transp mwo_trans, const MatrixSymNonsing &mswof, MatrixSymNonsing::EMatrixDummyArg mwo_rhs)
 sym_gms_lhs = alpha * op(mwo) * inv(mswof) * op(mwo)' More...