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