virtual void PrintCplx(const DewArray<TCplx> &cplxs, const DewArray<DewString> &names);
Convert TCplx values to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | cplxs | const DewArray<TCplx> & | |
| 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