Reference-LAPACK / lapack-pre-github-historical-releases

LAPACK official release branches
Other
127 stars 51 forks source link

Add files via upload #2

Closed scr2016 closed 7 years ago

scr2016 commented 7 years ago

added DOUBLE PRECISION routines for new factorization code for symmetric indefinite matrices with bounded Bunch-Kaufman (rook) pivoting algorithm. ( new storage format for factors U( or L ) and D, and pivoting information IPIV ). new file: SRC/dsytf2_rk.f BLAS2 unblocked factorization new file: SRC/dlasyf_rk.f BLAS3 auxiliary blocked partial factorization new file: SRC/dsytrf_rk.f BLAS3 factorization new file: SRC/dsytrs_3.f BLAS3 solver new file: SRC/dsycon_3.f BLAS3 condition number estimator new file: SRC/dsytri_3.f BLAS3 inversion new file: SRC/dsytri_3x.f BLAS3 inversion auxiliary new file: SRC/dsysv_rk.f BLAS3 driver