Namespaces | |
| namespace | std |
Classes | |
| class | TTGauss< ValueType > |
Defines | |
| #define | STD std:: |
Functions | |
| template<class ValueType> | |
| ValueType | normL2 (TArr2D< ValueType > &A, int i) |
| template<class ValueType> | |
| void | Pivot (TArr2D< ValueType > &A, TArr1D< ValueType > &b, int l) |
| template<class ValueType> | |
| int | BiggestLine (TArr2D< ValueType > &A, int m) |
| template<class ValueType> | |
| void | Swap (TArr2D< ValueType > &A, TArr1D< ValueType > &b, int m, int n) |
| template<class ValueType> | |
| void | GaussElm (TArr2D< ValueType > &A, TArr1D< ValueType > &b, TArr1D< ValueType > &X) |
| template<class ValueType> | |
| std::complex< ValueType > | normL2B (TArr2D< std::complex< ValueType > > const &A, int i) |
| template<class ValueType> | |
| void | PivotB (TArr2D< std::complex< ValueType > > &A, TArr1D< std::complex< ValueType > > &b, int l) |
| template<class ValueType> | |
| int | BiggestLineB (TArr2D< std::complex< ValueType > > const &A, int m) |
| template<class ValueType> | |
| void | SwapB (TArr2D< std::complex< ValueType > > &A, TArr1D< std::complex< ValueType > > &b, int m, int n) |
| template<class ValueType> | |
| void | GaussElmComplex (TArr2D< std::complex< ValueType > > const &A, TArr1D< std::complex< ValueType > > const &b, TArr1D< std::complex< ValueType > > &X) |
| #define STD std:: |
| void Swap | ( | TArr2D< ValueType > & | A, | |
| TArr1D< ValueType > & | b, | |||
| int | m, | |||
| int | n | |||
| ) |
| void GaussElm | ( | TArr2D< ValueType > & | A, | |
| TArr1D< ValueType > & | b, | |||
| TArr1D< ValueType > & | X | |||
| ) |
| std::complex<ValueType> normL2B | ( | TArr2D< std::complex< ValueType > > const & | A, | |
| int | i | |||
| ) |
| void PivotB | ( | TArr2D< std::complex< ValueType > > & | A, | |
| TArr1D< std::complex< ValueType > > & | b, | |||
| int | l | |||
| ) |
| void SwapB | ( | TArr2D< std::complex< ValueType > > & | A, | |
| TArr1D< std::complex< ValueType > > & | b, | |||
| int | m, | |||
| int | n | |||
| ) |
| void GaussElmComplex | ( | TArr2D< std::complex< ValueType > > const & | A, | |
| TArr1D< std::complex< ValueType > > const & | b, | |||
| TArr1D< std::complex< ValueType > > & | X | |||
| ) |
1.4.7
Click here to return home page.