SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Functions | |
template<typename scalar_t > | |
int64_t | slate::tile::hegst (int64_t itype, Tile< scalar_t > &A, Tile< scalar_t > &B) |
Reduces a complex Hermitian positive-definite generalized eigenvalue problem to the standard form of single tile. | |
template<typename scalar_t > | |
int64_t | slate::tile::hegst (int64_t itype, Tile< scalar_t > &&A, Tile< scalar_t > &&B) |
Converts rvalue refs to lvalue refs. | |