evalue.cpp File Reference
#include "include.h"
#include "newmatap.h"
#include "newmatrm.h"
#include "precisio.h"
Include dependency graph for evalue.cpp:
Go to the source code of this file.
|
Namespaces |
| namespace | NEWMAT |
Defines |
| #define | WANT_MATH |
| #define | REPORT {} |
Functions |
| void | tred2 (const SymmetricMatrix &A, DiagonalMatrix &D, DiagonalMatrix &E, Matrix &Z) |
| void | tql2 (DiagonalMatrix &D, DiagonalMatrix &E, Matrix &Z) |
| void | tred3 (const SymmetricMatrix &X, DiagonalMatrix &D, DiagonalMatrix &E, SymmetricMatrix &A) |
| void | tql1 (DiagonalMatrix &D, DiagonalMatrix &E) |
| void | EigenValues (const SymmetricMatrix &A, DiagonalMatrix &D, Matrix &Z) |
| void | EigenValues (const SymmetricMatrix &X, DiagonalMatrix &D) |
| void | EigenValues (const SymmetricMatrix &X, DiagonalMatrix &D, SymmetricMatrix &A) |
Define Documentation
Function Documentation
| void NEWMAT::EigenValues |
( |
const SymmetricMatrix & |
X, |
|
|
DiagonalMatrix & |
D, |
|
|
SymmetricMatrix & |
A |
|
) |
|
|
| void NEWMAT::EigenValues |
( |
const SymmetricMatrix & |
X, |
|
|
DiagonalMatrix & |
D |
|
) |
|
|
| void NEWMAT::EigenValues |
( |
const SymmetricMatrix & |
A, |
|
|
DiagonalMatrix & |
D, |
|
|
Matrix & |
Z |
|
) |
|
|
| void tql1 |
( |
DiagonalMatrix & |
D, |
|
|
DiagonalMatrix & |
E |
|
) |
[static] |
|
| void tql2 |
( |
DiagonalMatrix & |
D, |
|
|
DiagonalMatrix & |
E, |
|
|
Matrix & |
Z |
|
) |
[static] |
|
| void tred2 |
( |
const SymmetricMatrix & |
A, |
|
|
DiagonalMatrix & |
D, |
|
|
DiagonalMatrix & |
E, |
|
|
Matrix & |
Z |
|
) |
[static] |
|
| void tred3 |
( |
const SymmetricMatrix & |
X, |
|
|
DiagonalMatrix & |
D, |
|
|
DiagonalMatrix & |
E, |
|
|
SymmetricMatrix & |
A |
|
) |
[static] |
|
|