LINEAR++ library: AFF to LAPACK
linear::lapack Namespace Reference

lapack interface routines More...

Functions

void dposv (char UPLO, TDmatrix &A, TDmatrix &B, int &INFO, const bool &debug=false)
 Compute the solution to a real system of linear equations A * X = B. More...
 
TDmatrix dposv (const TDmatrix::Tcoc &A, const TDmatrix::Tcoc &B, char UPLO, const bool &debug)
 easy to use version More...
 

Detailed Description

lapack interface routines