SIRIUS 7.5.0
Electronic structure library and applications
Namespaces | Functions
inverse_sqrt.hpp File Reference

Compute inverse square root of the matrix. More...

Go to the source code of this file.

Namespaces

module  sirius
 Namespace of the SIRIUS library.
 
namespace  sirius::la
 Interface to linear algebra BLAS/LAPACK functions.
 

Functions

template<typename T >
auto sirius::la::inverse_sqrt (la::dmatrix< T > &A__, int N__)
 Compute inverse square root of the matrix. More...
 

Detailed Description

Compute inverse square root of the matrix.

Definition in file inverse_sqrt.hpp.