AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Functions
MatrixSymNonsing non-member functions that call virtual functions.

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

Detailed Description

These allow nonmember functions to act like virtual functions.

Function Documentation

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

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

Definition at line 167 of file AbstractLinAlgPack_MatrixSymNonsing.hpp.