ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
inverse_matrix.h File Reference
#include "global_function.h"
#include "global_variable.h"
#include "complexmatrix.h"
Include dependency graph for inverse_matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModuleBase::Inverse_Matrix_Complex
 

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