32#ifndef __SCIP_LAPACK_CALLS_H__
33#define __SCIP_LAPACK_CALLS_H__
common defines and data types used in all packages of SCIP
SCIP_Bool SCIPlapackIsAvailable(void)
SCIP_RETCODE SCIPlapackComputeEigenvalues(BMS_BUFMEM *bufmem, SCIP_Bool geteigenvectors, int N, SCIP_Real *a, SCIP_Real *w)
SCIP_RETCODE SCIPlapackSolveLinearEquations(BMS_BUFMEM *bufmem, int n, SCIP_Real *A, SCIP_Real *b, SCIP_Real *x, SCIP_Bool *success)
void SCIPlapackVersion(int *majorver, int *minorver, int *patchver)
memory allocation routines
struct BMS_BufMem BMS_BUFMEM
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE