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