<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lu_mult.hpp File Reference
Include dependency graph for lu_mult.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tlapack::LuMultOpts
 Options struct for lu_mult() More...
 

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.
 

Detailed Description

Author
Lindsay Slager, University of Colorado Denver, USA