virtual void PrintMtx(const DewArray<TMtx *> &mtxs, const DewArray<DewString> &names);
Convert the values of TMtx objects to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | mtxs | const DewArray<TMtx *> & | |
| 2 | names | const 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