|
Grid 0.7.0
|
#include <string.h>Go to the source code of this file.
Data Structures | |
| class | Grid::SortEigen< Field > |
| class | Grid::ImplicitlyRestartedBlockLanczos< Field > |
Namespaces | |
| namespace | Grid |
Macros | |
| #define | Glog |
| #define | CUDA_COMPLEX |
| #define | CUDA_FLOAT |
| #define | MAKE_CUDA_COMPLEX |
| #define | CUDA_GEMM |
Enumerations | |
| enum class | Grid::LanczosType { Grid::irbl , Grid::rbl } |
| enum | Grid::IRBLdiagonalisation { Grid::IRBLdiagonaliseWithDSTEGR , Grid::IRBLdiagonaliseWithQR , Grid::IRBLdiagonaliseWithEigen } |
| #define Glog |
Definition at line 39 of file ImplicitlyRestartedBlockLanczos.h.
Referenced by Grid::ImplicitlyRestartedBlockLanczos< Field >::blockwiseStep(), Grid::ImplicitlyRestartedBlockLanczos< Field >::calc_irbl(), Grid::ImplicitlyRestartedBlockLanczos< Field >::calc_rbl(), Grid::ImplicitlyRestartedBlockLanczos< Field >::exampleQRDecompEigen(), Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize(), and Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize_blas().
| #define CUDA_COMPLEX |
Definition at line 51 of file ImplicitlyRestartedBlockLanczos.h.
Referenced by Grid::ImplicitlyRestartedBlockLanczos< Field >::calc(), and Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize_blas().
| #define CUDA_FLOAT |
Definition at line 52 of file ImplicitlyRestartedBlockLanczos.h.
Referenced by Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize_blas().
| #define MAKE_CUDA_COMPLEX |
Definition at line 53 of file ImplicitlyRestartedBlockLanczos.h.
Referenced by Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize_blas().
| #define CUDA_GEMM |
Definition at line 54 of file ImplicitlyRestartedBlockLanczos.h.
Referenced by Grid::ImplicitlyRestartedBlockLanczos< Field >::orthogonalize_blas().