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

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX matrix_t>
int tlapack::ul_mult (matrix_t &A)
 ul_mult computes the matrix product of an upper triangular matrix U and a lower triangular unital matrix L Given input matrix A, nonzero part of L is the subdiagonal of A and on the diagonal of L is assumed to be 1, and the nonzero part of U is diagonal and super-diagonal part of A
 

Detailed Description

Author
Ali Lotfi, University of Colorado Denver, USA