newmatap.h File Reference
#include "newmat.h"
Include dependency graph for newmatap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Namespaces |
namespace | NEWMAT |
Classes |
class | NEWMAT::SymmetricEigenAnalysis |
class | NEWMAT::FFT_Controller |
class | NEWMAT::MultiRadixCounter |
Defines |
#define | NEWMATAP_LIB 0 |
Functions |
void | HHDecompose (Matrix &X, LowerTriangularMatrix &L) |
void | HHDecompose (const Matrix &X, Matrix &Y, Matrix &M) |
void | SVD (const Matrix &, DiagonalMatrix &, Matrix &, Matrix &, bool=true, bool=true) |
void | SVD (const Matrix &, DiagonalMatrix &) |
void | SVD (const Matrix &A, DiagonalMatrix &D, Matrix &U, bool withU=true) |
void | SortSV (DiagonalMatrix &D, Matrix &U, bool ascending=false) |
void | SortSV (DiagonalMatrix &D, Matrix &U, Matrix &V, bool ascending=false) |
void | SortAscending (GeneralMatrix &) |
void | SortDescending (GeneralMatrix &) |
Define Documentation
Function Documentation
void HHDecompose |
( |
const Matrix & |
X, |
|
|
Matrix & |
Y, |
|
|
Matrix & |
M |
|
) |
[inline] |
|
void HHDecompose |
( |
Matrix & |
X, |
|
|
LowerTriangularMatrix & |
L |
|
) |
[inline] |
|
void NEWMAT::SortAscending |
( |
GeneralMatrix & |
|
) |
|
|
void NEWMAT::SortDescending |
( |
GeneralMatrix & |
|
) |
|
|
void NEWMAT::SortSV |
( |
DiagonalMatrix & |
D, |
|
|
Matrix & |
U, |
|
|
Matrix & |
V, |
|
|
bool |
ascending = false |
|
) |
|
|
void NEWMAT::SortSV |
( |
DiagonalMatrix & |
D, |
|
|
Matrix & |
U, |
|
|
bool |
ascending = false |
|
) |
|
|
void SVD |
( |
const Matrix & |
A, |
|
|
DiagonalMatrix & |
D, |
|
|
Matrix & |
U, |
|
|
bool |
withU = true |
|
) |
[inline] |
|
void NEWMAT::SVD |
( |
const Matrix & |
, |
|
|
DiagonalMatrix & |
|
|
) |
|
|
void NEWMAT::SVD |
( |
const Matrix & |
, |
|
|
DiagonalMatrix & |
, |
|
|
Matrix & |
, |
|
|
Matrix & |
, |
|
|
bool |
= true , |
|
|
bool |
= true |
|
) |
|
|
|