MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include "AbstractLinAlgPack_MatrixNonsingSerial.hpp"
#include "AbstractLinAlgPack_MatrixSymNonsing.hpp"
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... | |