|
SCIP-SDP
4.0.0
|
Macros for calling Fortran-functions. More...
Go to the source code of this file.
Macros | |
| #define | F77_FUNC(name, NAME) name ## _ |
| #define | F77_FUNC_(name, NAME) name ## _ |
Macros for calling Fortran-functions.
Definition in file config.h.
| #define F77_FUNC | ( | name, | |
| NAME | |||
| ) | name ## _ |
Define to a macro mangling the given C identifier (in lower and upper case), which must not contain underscores, for linking with Fortran.
Definition at line 43 of file config.h.
Referenced by SCIPlapackComputeEigenvectorDecomposition(), SCIPlapackComputeEigenvectorsNegative(), SCIPlapackComputeIthEigenvalue(), SCIPlapackComputeIthEigenvalueAlternative(), SCIPlapackLinearSolve(), SCIPlapackMatrixMatrixMult(), and SCIPlapackMatrixVectorMult().
1.8.11