sort.cpp File Reference
#include "include.h"
#include "newmatap.h"
Include dependency graph for sort.cpp:
Go to the source code of this file.
|
Namespaces |
| namespace | NEWMAT |
Defines |
| #define | REPORT {} |
| #define | DoSimpleSort 17 |
| #define | MaxDepth 50 |
Functions |
| static void | NEWMAT::MyQuickSortDescending (Real *first, Real *last, int depth) |
| static void | NEWMAT::InsertionSortDescending (Real *first, const int length, int guard) |
| static Real | NEWMAT::SortThreeDescending (Real *a, Real *b, Real *c) |
| static void | NEWMAT::MyQuickSortAscending (Real *first, Real *last, int depth) |
| static void | NEWMAT::InsertionSortAscending (Real *first, const int length, int guard) |
| void | NEWMAT::SortDescending (GeneralMatrix &) |
| void | NEWMAT::SortAscending (GeneralMatrix &) |
| void | NEWMAT::SortSV (DiagonalMatrix &D, Matrix &U, bool ascending=false) |
| void | NEWMAT::SortSV (DiagonalMatrix &D, Matrix &U, Matrix &V, bool ascending=false) |
Define Documentation
|