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