Overload List
Overload 1: void QuickSortDescMtx(const DewArray<double> &A, const DewArray<int> &B, int ilo, int ihi, int Index);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const DewArray<double> & | |
| 2 | B | const DewArray<int> & | |
| 3 | ilo | int | |
| 4 | ihi | int | |
| 5 | Index | int |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 2: void QuickSortDescMtx(const DewArray<double> &A, int AIndex, const DewArray<int> &B, int bIndex, int ilo, int ihi, int Index);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const DewArray<double> & | |
| 2 | AIndex | int | |
| 3 | B | const DewArray<int> & | |
| 4 | bIndex | int | |
| 5 | ilo | int | |
| 6 | ihi | int | |
| 7 | Index | int |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 3: void QuickSortDescMtx(const DewArray<float> &A, const DewArray<int> &B, int ilo, int ihi, int Index);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const DewArray<float> & | |
| 2 | B | const DewArray<int> & | |
| 3 | ilo | int | |
| 4 | ihi | int | |
| 5 | Index | int |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler
Overload 4: void QuickSortDescMtx(const DewArray<float> &A, int AIndex, const DewArray<int> &B, int bIndex, int ilo, int ihi, int Index);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | const DewArray<float> & | |
| 2 | AIndex | int | |
| 3 | B | const DewArray<int> & | |
| 4 | bIndex | int | |
| 5 | ilo | int | |
| 6 | ihi | int | |
| 7 | Index | int |
Declared in Dew::Math::Units::MtxVecUtils · Dew.Math/Units.MtxVecUtils.h · Cross-compiler