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

Go to the source code of this file.

Namespaces

 Ipopt
 This file contains a base class for all exceptions and a set of macros to help with exceptions.
 

Functions

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