Overload List
Overload 1: _Ix_IValues operator()(int r, int c) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | r | int | |
| 2 | c | int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: VectorInt operator()() const;
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: VectorInt operator()(const TRange2 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange2 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 4: VectorInt operator()(const TRange3 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange3 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 5: VectorInt operator()(int aRow, const TRange2 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCols | const TRange2 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 6: VectorInt operator()(int aRow, const TRange3 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRow | int | |
| 2 | aCols | const TRange3 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 7: VectorInt operator()(const TRange2 &aRows, int aCol) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange2 & | |
| 2 | aCol | int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 8: VectorInt operator()(const TRange3 &aRows, int aCol) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange3 & | |
| 2 | aCol | int |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 9: MatrixInt operator()(const TRange2 &aRows, const TRange2 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange2 & | |
| 2 | aCols | const TRange2 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 10: MatrixInt operator()(const TRange2 &aRows, const TRange3 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange2 & | |
| 2 | aCols | const TRange3 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 11: MatrixInt operator()(const TRange3 &aRows, const TRange2 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange3 & | |
| 2 | aCols | const TRange2 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 12: MatrixInt operator()(const TRange3 &aRows, const TRange3 &aCols) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | const TRange3 & | |
| 2 | aCols | const TRange3 & |
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler