Public Types | |
| typedef ValueType | value_type |
Public Member Functions | |
| void | GaussElm (TArr2D< value_type > &A, TArr1D< value_type > &b, TArr1D< value_type > &X) |
| void | GaussElmComplex (TArr2D< std::complex< ValueType > > const &A, TArr1D< std::complex< ValueType > > const &b, TArr1D< std::complex< ValueType > > &X) |
Private Member Functions | |
| value_type | BiggestLine (TArr2D< value_type > &A, int m) |
| void | Swap (TArr2D< value_type > &A, TArr1D< value_type > &b, int m, int n) |
| void | Pivot (TArr2D< value_type > &A, TArr1D< value_type > &b, int l) |
| value_type | normL2 (TArr2D< value_type > &A, int j) |
| int | BiggestLineB (TArr2D< std::complex< ValueType > > const &A, int m) |
| void | SwapB (TArr2D< std::complex< ValueType > > &A, TArr1D< std::complex< ValueType > > &b, int m, int n) |
| void | PivotB (TArr2D< std::complex< ValueType > > &A, TArr1D< std::complex< ValueType > > &b, int l) |
| std::complex< ValueType > | normL2B (TArr2D< std::complex< ValueType > > const &A, int i) |
| typedef ValueType TTGauss< ValueType >::value_type |
| void TTGauss< ValueType >::GaussElm | ( | TArr2D< value_type > & | A, | |
| TArr1D< value_type > & | b, | |||
| TArr1D< value_type > & | X | |||
| ) |
| void TTGauss< ValueType >::GaussElmComplex | ( | TArr2D< std::complex< ValueType > > const & | A, | |
| TArr1D< std::complex< ValueType > > const & | b, | |||
| TArr1D< std::complex< ValueType > > & | X | |||
| ) |
| value_type TTGauss< ValueType >::BiggestLine | ( | TArr2D< value_type > & | A, | |
| int | m | |||
| ) | [private] |
| void TTGauss< ValueType >::Swap | ( | TArr2D< value_type > & | A, | |
| TArr1D< value_type > & | b, | |||
| int | m, | |||
| int | n | |||
| ) | [private] |
| void TTGauss< ValueType >::Pivot | ( | TArr2D< value_type > & | A, | |
| TArr1D< value_type > & | b, | |||
| int | l | |||
| ) | [private] |
| value_type TTGauss< ValueType >::normL2 | ( | TArr2D< value_type > & | A, | |
| int | j | |||
| ) | [private] |
| int TTGauss< ValueType >::BiggestLineB | ( | TArr2D< std::complex< ValueType > > const & | A, | |
| int | m | |||
| ) | [private] |
| void TTGauss< ValueType >::SwapB | ( | TArr2D< std::complex< ValueType > > & | A, | |
| TArr1D< std::complex< ValueType > > & | b, | |||
| int | m, | |||
| int | n | |||
| ) | [private] |
| void TTGauss< ValueType >::PivotB | ( | TArr2D< std::complex< ValueType > > & | A, | |
| TArr1D< std::complex< ValueType > > & | b, | |||
| int | l | |||
| ) | [private] |
| std::complex<ValueType> TTGauss< ValueType >::normL2B | ( | TArr2D< std::complex< ValueType > > const & | A, | |
| int | i | |||
| ) | [private] |
1.4.7
Click here to return home page.