cpu_eigen.c [code] | Symmetric Toeplitz matrix eigenvalue extractor (sequential CPU version) |
eigen.c [code] | Eigenvalue related functions: interval extraction, convergence checking and sorting |
gpu_eigen.cu [code] | Symmetric Toeplitz matrix eigenvalue extractor (multi-GPU version) |
gpu_vector_kernel.cu [code] | Kernel functions for vector operations |
toeplitz.c [code] | Toeplitz matrix related functions |
toeplitz.h [code] | Main project header file |
toeplitz_kernel.cu [code] | Kernel functions for Levinson algorithm and shift and invert 2-way Lanczos |
utils.c [code] | Utility functions for eigenvalue extraction tool |