SCIP-SDP  4.0.0
Macros
config.h File Reference

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 ## _
 

Detailed Description

Macros for calling Fortran-functions.

Author
Sonja Mars
Lars Schewe

Definition in file config.h.

Macro Definition Documentation

#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().

#define F77_FUNC_ (   name,
  NAME 
)    name ## _

As F77_FUNC, but for C identifiers containing underscores.

Definition at line 46 of file config.h.