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