OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Go to the source code of this file.
Macros | |
#define | WANT_MATH |
#define | REPORT {} |
#define | DoSimpleSort 17 |
#define | MaxDepth 50 |
Functions | |
void | SortDescending (GeneralMatrix &GM) |
void | SortAscending (GeneralMatrix &GM) |
void | SortSV (DiagonalMatrix &D, Matrix &U, bool ascending) |
void | SortSV (DiagonalMatrix &D, Matrix &U, Matrix &V, bool ascending) |
#define DoSimpleSort 17 |
Definition at line 32 of file sort.cpp.
Referenced by SortAscending(), and SortDescending().
#define REPORT {} |
Definition at line 18 of file sort.cpp.
Referenced by SortAscending(), and SortDescending().
void SortAscending | ( | GeneralMatrix & | GM | ) |
Definition at line 121 of file sort.cpp.
References DoSimpleSort, max, REPORT, GeneralMatrix::Storage(), and GeneralMatrix::Store().
void SortDescending | ( | GeneralMatrix & | GM | ) |
Definition at line 45 of file sort.cpp.
References DoSimpleSort, max, REPORT, GeneralMatrix::Storage(), and GeneralMatrix::Store().
Referenced by SVD().
void SortSV | ( | DiagonalMatrix & | D, |
Matrix & | U, | ||
bool | ascending | ||
) |
Definition at line 190 of file sort.cpp.
Referenced by SVD().
void SortSV | ( | DiagonalMatrix & | D, |
Matrix & | U, | ||
Matrix & | V, | ||
bool | ascending | ||
) |
Definition at line 224 of file sort.cpp.