Functionality for solving linear equation systems.
Definition of the main floating-point datatype used; the ergo_real type.
#define LOG_CAT_ERROR
Definition: output.h:47
double ergo_real
Definition: realtype.h:69
int template_lapack_gesv(const integer *n, const integer *nrhs, Treal *a, const integer *lda, integer *ipiv, Treal *b, const integer *ldb, integer *info)
Definition: template_lapack_gesv.h:42
int solve_linear_equation_system(int n, const ergo_real *matrix, const ergo_real *RHS, ergo_real *resultVector)
Definition: solve_lin_eq_syst.cc:43
#define LOG_AREA_LOWLEVEL
Definition: output.h:63
int solve_linear_equation_system(int n, const ergo_real *matrix, const ergo_real *RHS, ergo_real *resultVector)
Definition: solve_lin_eq_syst.cc:43
int integer
Definition: template_blas_common.h:40
void do_output(int logCategory, int logArea, const char *format,...)
Definition: output.cc:53
Functionality for writing output messages to a text file.