|
| file | config.h [code] |
| | Macros for calling Fortran-functions.
|
| |
| file | lapack.h [code] |
| | interface methods for eigenvector computation and matrix multiplication using different versions of LAPACK and BLAS
|
| |
| file | lapack_dsdp.c [code] |
| | interface methods for eigenvector computation and matrix multiplication using standard LAPACK and BLAS
|
| |
| file | lapack_sdpa.c [code] |
| | interface methods for eigenvector computation and matrix multiplication using openblas
|
| |
| file | sdpi.c [code] |
| | General interface methods for SDP-preprocessing (mainly fixing variables and removing empty rows/cols)
|
| |
| file | sdpi.h [code] |
| | General interface methods for SDP-preprocessing (mainly fixing variables and removing empty rows/cols)
|
| |
| file | sdpisolver.h [code] |
| | interface methods for specific SDP solvers
|
| |
| file | sdpisolver_dsdp.c [code] |
| | interface for DSDP
|
| |
| file | sdpisolver_none.c [code] |
| | interface for compiling withouth an SDP-Solver
|
| |
| file | sdpisolver_sdpa.cpp [code] |
| | interface for SDPA
|
| |
| file | type_sdpi.h [code] |
| | type definitions for specific SDP solver interfaces
|
| |