heig.h File Reference
#include <TiledArray/config.h>
#include <TiledArray/math/linalg/util.h>
#include <TiledArray/math/linalg/rank-local.h>
#include <TiledArray/conversions/eigen.h>
Include dependency graph for heig.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 TiledArray
 
 TiledArray::math
 
 TiledArray::math::linalg
 
 TiledArray::math::linalg::non_distributed
 

Functions

template<typename Array >
auto TiledArray::math::linalg::non_distributed::heig (const Array &A, TiledRange evec_trange=TiledRange())
 Solve the standard eigenvalue problem with LAPACK. More...
 
template<typename ArrayA , typename ArrayB , typename EVecType = ArrayA>
auto TiledArray::math::linalg::non_distributed::heig (const ArrayA &A, const ArrayB &B, TiledRange evec_trange=TiledRange())
 Solve the generalized eigenvalue problem with LAPACK. More...