Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
IpLapack.hpp File Reference
#include "IpUtils.hpp"
#include "IpException.hpp"

Go to the source code of this file.

Namespaces

 Ipopt
 

Functions

 Ipopt::DECLARE_STD_EXCEPTION (LAPACK_NOT_INCLUDED)
 
void Ipopt::IpLapackDpotrs (Index ndim, Index nrhs, const Number *a, Index lda, Number *b, Index ldb)
 Wrapper for LAPACK subroutine DPOTRS. More...
 
void Ipopt::IpLapackDpotrf (Index ndim, Number *a, Index lda, Index &info)
 Wrapper for LAPACK subroutine DPOTRF. More...
 
void Ipopt::IpLapackDsyev (bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
 Wrapper for LAPACK subroutine DSYEV. More...
 
void Ipopt::IpLapackDgetrf (Index ndim, Number *a, Index *pivot, Index lda, Index &info)
 Wrapper for LAPACK subroutine DGETRF. More...
 
void Ipopt::IpLapackDgetrs (Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
 Wrapper for LAPACK subroutine DGETRS. More...
 
void Ipopt::IpLapackDppsv (Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
 Wrapper for LAPACK subroutine DPPSV. More...