Ipopt Documentation  
 
Loading...
Searching...
No Matches
IpLapack.hpp File Reference
#include "IpUtils.hpp"
#include "IpException.hpp"

Go to the source code of this file.

Namespaces

namespace  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::IpLapackPotrs (Index ndim, Index nrhs, const Number *a, Index lda, Number *b, Index ldb)
 Wrapper for LAPACK subroutine XPOTRS.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDpotrs (Index ndim, Index nrhs, const Number *a, Index lda, Number *b, Index ldb)
 Wrapper for LAPACK subroutine DPOTRS.
 
IPOPTLIB_EXPORT void Ipopt::IpLapackPotrf (Index ndim, Number *a, Index lda, Index &info)
 Wrapper for LAPACK subroutine XPOTRF.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDpotrf (Index ndim, Number *a, Index lda, Index &info)
 Wrapper for LAPACK subroutine DPOTRF.
 
IPOPTLIB_EXPORT void Ipopt::IpLapackSyev (bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
 Wrapper for LAPACK subroutine XSYEV.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDsyev (bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
 Wrapper for LAPACK subroutine DSYEV.
 
IPOPTLIB_EXPORT void Ipopt::IpLapackGetrf (Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
 Wrapper for LAPACK subroutine XGETRF.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDgetrf (Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
 Wrapper for LAPACK subroutine DGETRF.
 
IPOPTLIB_EXPORT void Ipopt::IpLapackGetrs (Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
 Wrapper for LAPACK subroutine XGETRS.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDgetrs (Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
 Wrapper for LAPACK subroutine DGETRS.
 
IPOPTLIB_EXPORT void Ipopt::IpLapackPpsv (Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
 Wrapper for LAPACK subroutine XPPSV.
 
IPOPT_DEPRECATED void Ipopt::IpLapackDppsv (Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
 Wrapper for LAPACK subroutine DPPSV.