Skip to content

Generic Fortran interfaces to compute Cholesky factorization and the inverse of a triangular matrix on CPU and GPU.

License

Notifications You must be signed in to change notification settings

maxcuda/Cholesky_GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cholesky_GPU

Generic Fortran interfaces for :

Cholesky factorization: dpotrf(double precision) and zpotrf( double complex matrix)

Inverse of a triangular matrix: dtrtri(double precision) and ztrtri( double complex matrix)

For the TRTRI routines, only the path used by Quantum-Espresso ( Lower, non-unit) is implemented on GPU.

About

Generic Fortran interfaces to compute Cholesky factorization and the inverse of a triangular matrix on CPU and GPU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published