Go to the source code of this file.
Functions | |
| template<typename eT , typename T1 > | |
| void | lu (Mat< eT > &L, Mat< eT > &U, const Base< eT, T1 > &X) |
| immediate lower upper decomposition | |
| template<typename eT , typename T1 > | |
| void | lu (Mat< eT > &L, Mat< eT > &U, Mat< eT > &P, const Base< eT, T1 > &X) |
| immediate lower upper decomposition, also providing the permutation matrix | |