Go to the documentation of this file.
7 #ifndef __IPLAPACK_HPP__
8 #define __IPLAPACK_HPP__
91 bool compute_eigenvectors,
109 bool compute_eigenvectors,
117 IpLapackSyev(compute_eigenvectors, ndim, a, lda, w, info);
IPOPT_DEPRECATED void IpLapackDppsv(Index ndim, Index nrhs, const Number *a, Number *b, Index ldb, Index &info)
Wrapper for LAPACK subroutine DPPSV.
IPOPTLIB_EXPORT void IpLapackGetrs(Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
Wrapper for LAPACK subroutine XGETRS.
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.
IPOPT_DEPRECATED void IpLapackDpotrf(Index ndim, Number *a, Index lda, Index &info)
Wrapper for LAPACK subroutine DPOTRF.
This file contains a base class for all exceptions and a set of macros to help with exceptions.
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.
IPOPT_DEPRECATED void IpLapackDgetrs(Index ndim, Index nrhs, const Number *a, Index lda, Index *ipiv, Number *b, Index ldb)
Wrapper for LAPACK subroutine DGETRS.
ipindex Index
Type of all indices of vectors, matrices etc.
ipnumber Number
Type of all numbers.
#define IPOPT_DEPRECATED
macro to declare symbols as deprecated
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 IpLapackDgetrf(Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
Wrapper for LAPACK subroutine DGETRF.
IPOPT_DEPRECATED void IpLapackDsyev(bool compute_eigenvectors, Index ndim, Number *a, Index lda, Number *w, Index &info)
Wrapper for LAPACK subroutine DSYEV.
DECLARE_STD_EXCEPTION(FATAL_ERROR_IN_LINEAR_SOLVER)
IPOPTLIB_EXPORT void IpLapackGetrf(Index ndim, Number *a, Index *ipiv, Index lda, Index &info)
Wrapper for LAPACK subroutine XGETRF.