7#ifndef __IPLAPACK_HPP__
8#define __IPLAPACK_HPP__
#define DECLARE_STD_EXCEPTION(__except_type)
#define IPOPT_DEPRECATED
macro to declare symbols as deprecated
Templated class which stores one entry for the CachedResult class.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
IPOPTLIB_EXPORT void IpLapackPotrs(Index ndim, Index nrhs, const Number *a, Index lda, Number *b, Index ldb)
Wrapper for LAPACK subroutine XPOTRS.
IPOPT_DEPRECATED void IpLapackDppsv(Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
Wrapper for LAPACK subroutine DPPSV.
ipindex Index
Type of all indices of vectors, matrices etc.
IPOPTLIB_EXPORT void IpLapackPpsv(Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
Wrapper for LAPACK subroutine XPPSV.
IPOPTLIB_EXPORT void IpLapackSyev(bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
Wrapper for LAPACK subroutine XSYEV.
IPOPTLIB_EXPORT void IpLapackGetrf(Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
Wrapper for LAPACK subroutine XGETRF.
IPOPT_DEPRECATED void IpLapackDgetrf(Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
Wrapper for LAPACK subroutine DGETRF.
ipnumber Number
Type of all numbers.
IPOPT_DEPRECATED void IpLapackDpotrf(Index ndim, Number *a, Index lda, Index &info)
Wrapper for LAPACK subroutine DPOTRF.
IPOPT_DEPRECATED void IpLapackDsyev(bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
Wrapper for LAPACK subroutine DSYEV.
IPOPTLIB_EXPORT void IpLapackGetrs(Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
Wrapper for LAPACK subroutine XGETRS.
IPOPT_DEPRECATED void IpLapackDgetrs(Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
Wrapper for LAPACK subroutine DGETRS.
IPOPT_DEPRECATED void IpLapackDpotrs(Index ndim, Index nrhs, const Number *a, Index lda, Number *b, Index ldb)
Wrapper for LAPACK subroutine DPOTRS.
IPOPTLIB_EXPORT void IpLapackPotrf(Index ndim, Number *a, Index lda, Index &info)
Wrapper for LAPACK subroutine XPOTRF.