Public Member Functions | |
| LinSolver (const Array2D< T > &A) | |
| ~LinSolver () | |
| bool | ready () const |
| int | size () const |
| void | apply (const T *b, T *x) const |
Protected Attributes | |
| Array2DImpl< T > | croutsmatrix |
| int * | croutsidx |
| int | n |
| bool | parity |
| bool | ready_ |
| void LinSolver< T >::apply | ( | const T * | b, | |
| T * | x | |||
| ) | const [inline] |
| bool LinSolver< T >::ready | ( | ) | const [inline] |
| int LinSolver< T >::size | ( | ) | const [inline] |
Array2DImpl<T> LinSolver< T >::croutsmatrix [protected] |
1.7.1