ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
inverse_matrix.cpp File Reference
#include "inverse_matrix.h"
#include "tool_quit.h"
#include "module_external/lapack_connector.h"
#include "timer.h"
#include "complexmatrix.h"
Include dependency graph for inverse_matrix.cpp:

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