last update 20 Sep 2009 |
#include <cvrLuDecomposition.h>
Public Member Functions | |
int | getrf (integer *rows, integer *cols, T *a, integer *lda, integer *ipiv, integer *info) const |
This function is needed by other classes that use it as part of the LAPACK processing chain.
int cvr::internal::luDecompositionLapackInterface< T >::getrf | ( | integer * | rows, | |
integer * | cols, | |||
T * | a, | |||
integer * | lda, | |||
integer * | ipiv, | |||
integer * | info | |||
) | const |
GETRF computes an LU factorization of a general M-by-N matrix A using partial pivoting with row interchanges.
The factorization has the form
A = P * L * U