Go to the source code of this file.
|
template<typename real_t > |
void | mmx::linear::Lsolve (real_t *x, real_t const *const L, real_t const *const b, unsigned n) |
|
template<typename real_t > |
bool | mmx::linear::Usolve (real_t *x, real_t const *const U, real_t const *const b, unsigned n) |
|
template<typename real_t > |
bool | mmx::linear::doolittle (real_t const *const A, real_t *L, real_t *U, unsigned n) |
|
template<typename real_t > |
bool | mmx::linear::LUsolve (real_t *x, real_t const *const M, real_t const *const b, unsigned n) |
|
template<typename real_t > |
bool | mmx::linear::LUinverse (real_t *iM, real_t const *const M, unsigned n) |
|