pseudoinverse.h File Reference
Include dependency graph for pseudoinverse.h:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::math
 
 mpqc::math::detail
 

Functions

template<typename Matrix >
Matrix mpqc::math::detail::svd_pinv (Matrix const &M)
 
template<typename Matrix >
Matrix mpqc::math::detail::evd_pinv (Matrix const &M)
 
template<typename Tile , typename Policy >
TA::DistArray< Tile, Policy > mpqc::math::pseudoinverse (TA::DistArray< Tile, Policy > const &A, bool HPSD=false)