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_MatrixSymNonsingSerial.hpp File Reference
#include "AbstractLinAlgPack_MatrixNonsingSerial.hpp"
#include "AbstractLinAlgPack_MatrixSymNonsing.hpp"
Include dependency graph for AbstractLinAlgPack_MatrixSymNonsingSerial.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 AbstractLinAlgPack
 

Functions

void AbstractLinAlgPack::M_StMtInvMtM (DMatrixSliceSym *sym_gms_lhs, value_type alpha, const MatrixOpSerial &mwo, BLAS_Cpp::Transp mwo_trans, const MatrixSymNonsingSerial &mswons, MatrixSymNonsingSerial::EMatrixDummyArg mwo_rhs)
 sym_gms_lhs = alpha * op(mwo) * inv(mswof) * op(mwo)' More...