|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|


Go to the source code of this file.
Classes | |
| struct | tlapack::LuMultOpts |
| Options struct for lu_mult() More... | |
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
| template<TLAPACK_SMATRIX matrix_t> | |
| void | tlapack::lu_mult (matrix_t &A, const LuMultOpts &opts={}) |
| in-place multiplication of lower triangular matrix L and upper triangular matrix U. | |