ergo
|
Functionality for solving linear equation systems. More...
#include "realtype.h"
Go to the source code of this file.
Functions | |
int | solve_linear_equation_system (int n, const ergo_real *matrix, const ergo_real *RHS, ergo_real *resultVector) |
Functionality for solving linear equation systems.
int solve_linear_equation_system | ( | int | n, |
const ergo_real * | matrix, | ||
const ergo_real * | RHS, | ||
ergo_real * | resultVector | ||
) |
References A, do_output(), LOG_AREA_LOWLEVEL, LOG_CAT_ERROR, and template_lapack_gesv().
Referenced by DIISManagerUnrestricted::GetCombinedFockMatrices(), DIISManagerRestricted::GetCombinedFockMatrix(), and LR::SetOfEqSolver::getResidual().