void Print(const DewArray<TMtxVec *> &MtxVecs, const DewArray<DewString> &names);
Convert the values of TVec and TMtx objects to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | MtxVecs | const DewArray<TMtxVec *> & | |
| 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 MtxVecs list.
Declared in Dew::Math::TMtxVecReport · Dew.Math/MtxVec.h · Cross-compiler