|
TR-mbed 1.0
|
Go to the source code of this file.
Functions | |
| template<double init_function, class Vector > | |
| BTL_DONT_INLINE void | init_row (Vector &X, int size, int row) |
| template<double init_function, class Vector > | |
| BTL_DONT_INLINE void | init_matrix (Vector &A, int size) |
| template<double init_function, class Matrix > | |
| BTL_DONT_INLINE void | init_matrix_symm (Matrix &A, int size) |
| BTL_DONT_INLINE void init_matrix | ( | Vector & | A, |
| int | size | ||
| ) |
| BTL_DONT_INLINE void init_matrix_symm | ( | Matrix & | A, |
| int | size | ||
| ) |
| BTL_DONT_INLINE void init_row | ( | Vector & | X, |
| int | size, | ||
| int | row | ||
| ) |