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