Merge branch 'feature/latms' into 'master'
Add xlatms matrix generator This PR: - Adds the lapack xlatms matrix generators that allows to specify the eigen/singular values of the generated matrix - Add a CORE_xlatm1 vector generator converted from the Lapack version to generate vector of specific eigen/singular values. The prototype may evolve to be called in a parallel generation of the vector. - Factorize the random number generator to avoid code duplication and reuse in xlatm1 See merge request !226
No related branches found
No related tags found
Showing
- cmake_modules/local_subs.py 4 additions, 0 deletionscmake_modules/local_subs.py
- compute/CMakeLists.txt 2 additions, 0 deletionscompute/CMakeLists.txt
- compute/pzlatms.c 330 additions, 0 deletionscompute/pzlatms.c
- compute/zlatms.c 324 additions, 0 deletionscompute/zlatms.c
- control/compute_z.h 1 addition, 0 deletionscontrol/compute_z.h
- coreblas/compute/CMakeLists.txt 1 addition, 0 deletionscoreblas/compute/CMakeLists.txt
- coreblas/compute/core_zlatm1.c 259 additions, 0 deletionscoreblas/compute/core_zlatm1.c
- coreblas/compute/core_zplghe.c 11 additions, 67 deletionscoreblas/compute/core_zplghe.c
- coreblas/compute/core_zplgsy.c 10 additions, 67 deletionscoreblas/compute/core_zplgsy.c
- coreblas/compute/core_zplrnt.c 3 additions, 44 deletionscoreblas/compute/core_zplrnt.c
- coreblas/include/CMakeLists.txt 1 addition, 0 deletionscoreblas/include/CMakeLists.txt
- coreblas/include/coreblas/coreblas_z.h 3 additions, 0 deletionscoreblas/include/coreblas/coreblas_z.h
- coreblas/include/coreblas/random.h 98 additions, 0 deletionscoreblas/include/coreblas/random.h
- include/chameleon/chameleon_z.h 3 additions, 0 deletionsinclude/chameleon/chameleon_z.h
- include/chameleon/constants.h 6 additions, 4 deletionsinclude/chameleon/constants.h
Loading
Please register or sign in to comment