Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

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

#define DoSimpleSort   17
#define MaxDepth   50

Definition at line 35 of file sort.cpp.

Referenced by NEWMAT::MyQuickSortAscending(), and NEWMAT::MyQuickSortDescending().

#define REPORT   {}

Definition at line 20 of file sort.cpp.


newmat11b
Generated Mon May 9 04:54:18 2016 by Doxygen 1.6.3