Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName, TMtxInt *mtx); | |
| 2 | TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName); | Use internal matrix. |
Overload 1: TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName, TMtxInt *mtx);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | const DewString & | |
| 2 | mtx | TMtxInt * |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler
Overload 2: TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName);
Use internal matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AVarName | const DewString & |
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler