MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
MatrixSymNonsingSerial nonmember inline functions.

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...
 

Detailed Description

These nonmember functions allow operations to be called on MatrixSymNonsingSerial objects in similar manner to those in DenseLinAlgPack.

Function Documentation

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 
)
inline

sym_gms_lhs = alpha * op(mwo) * inv(mswof) * op(mwo)'

Definition at line 104 of file AbstractLinAlgPack_MatrixSymNonsingSerial.hpp.