|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "inverse_matrix.h"#include "tool_quit.h"#include "module_external/lapack_connector.h"#include "timer.h"#include "complexmatrix.h"Namespaces | |
| namespace | ModuleBase |
Functions | |
| void | ModuleBase::Inverse_Matrix_Real (const int dim, const double *in, double *out) |
| computes the inverse of a dim*dim real matrix "in" using LAPACK routines "out" contains the inverse on output; "in" is unchanged | |