|
BmnRoot
|
Go to the source code of this file.
Functions | |
| int | GetMinor (std::complex< float > **src, std::complex< float > **dest, int row, int col, int order) |
| std::complex< float > | CalcDeterminant (std::complex< float > **mat, int order) |
| void | MatrixInversion (std::complex< float > **A, int order, std::complex< float > **Y) |
| std::complex< float > CalcDeterminant | ( | std::complex< float > ** | mat, |
| int | order | ||
| ) |
Definition at line 30 of file MatrixInversion.h.
References CalcDeterminant(), GetMinor(), and i.
Referenced by CalcDeterminant(), and MatrixInversion().
| int GetMinor | ( | std::complex< float > ** | src, |
| std::complex< float > ** | dest, | ||
| int | row, | ||
| int | col, | ||
| int | order | ||
| ) |
Definition at line 3 of file MatrixInversion.h.
References i.
Referenced by CalcDeterminant(), and MatrixInversion().
| void MatrixInversion | ( | std::complex< float > ** | A, |
| int | order, | ||
| std::complex< float > ** | Y | ||
| ) |
Definition at line 69 of file MatrixInversion.h.
References CalcDeterminant(), GetMinor(), and i.
Referenced by PsdSignalFitting::PronyFitter::MakeInvHarmoMatrix().