TMtxVecReport::PrintMtx Method

virtual void PrintMtx(const DewArray<TMtx *> &mtxs, const DewArray<DewString> &names);

Convert the values of TMtx objects to text.

#NameTypeDescription
1mtxsconst DewArray<TMtx *> &
2namesconst DewArray<DewString> &
Remarks:

Adds them to stream. Names parameter is an open array that can hold the names of variables in the mtxs list.

Declared in Dew::Math::TMtxVecReport · Dew.Math/MtxVec.h · Cross-compiler