This website requires JavaScript.
Explore
Help
Register
Sign In
portelli
/
Grid
Watch
1
Star
0
Fork
0
You've already forked Grid
mirror of
https://github.com/paboyle/Grid.git
synced
2025-04-21 19:25:56 +01:00
Code
Releases
Activity
Grid
/
lib
/
algorithms
History
Yong-Chull Jang
3cb8cb7282
'typename' is added to compile with AVX512 using GCC7.2.0; a semicolon was missing in Grid_avx512.h and the bug is fixed. Option SKL is added to configure script for skylake processor specific AVX512 operations. Code can be compiled with --enable-simd=SKL using GCC 7.2.0, but Test_simd fails. AVX512 support for complex double type with non-intel compilers makes this error; it needs a review.
2017-12-23 14:54:07 -05:00
..
approx
fix vector assign bug
2017-11-27 13:39:52 -05:00
densematrix
Adding back (temporarily) dense matrix routines until Lanczos is fininalized
2017-07-24 21:49:25 -04:00
iterative
'typename' is added to compile with AVX512 using GCC7.2.0; a semicolon was missing in Grid_avx512.h and the bug is fixed. Option SKL is added to configure script for skylake processor specific AVX512 operations. Code can be compiled with --enable-simd=SKL using GCC 7.2.0, but Test_simd fails. AVX512 support for complex double type with non-intel compilers makes this error; it needs a review.
2017-12-23 14:54:07 -05:00
Algorithms.h
block Lanczos construction is added.
2017-12-03 23:55:22 -05:00
CoarsenedMatrix.h
No random device seed
2017-04-02 00:26:57 +09:00
FFT.h
Bug fix with spreadout FFT
2017-09-21 11:10:08 +01:00
LinearOperator.h
Merge branch 'develop' of
https://github.com/paboyle/Grid
into feature/Lanczos
2017-10-27 17:34:35 -04:00
Preconditioner.h
Global edit adding copyright and license info to every source file.
2016-01-02 14:51:32 +00:00
SparseMatrix.h
Open up dependency on Eigen and FFTW
2016-07-07 22:31:07 +01:00