Overload List
Overload 1: void MtxVecPrint(TCplx[] cplxs, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | cplxs | TCplx[] | |
| 2 | names | String[] |
Result: stored in self (calling object)
Overload 2: void MtxVecPrint(TMtx[] mtxs, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | mtxs | TMtx[] | |
| 2 | names | String[] |
Result: stored in self (calling object)
Overload 3: void MtxVecPrint(TSCplx[] cplxs, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | cplxs | TSCplx[] | |
| 2 | names | String[] |
Result: stored in self (calling object)
Overload 4: void MtxVecPrint(TVec[] vecs, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | vecs | TVec[] | |
| 2 | names | String[] |
Result: stored in self (calling object)
Overload 5: void MtxVecPrint(Double[] vals, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | vals | Double[] | |
| 2 | names | String[] |
Result: stored in self (calling object)
Overload 6: void MtxVecPrint(Single[] vals, String[] names)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | vals | Single[] | |
| 2 | names | String[] |
Result: stored in self (calling object)