Go to the source code of this file.
Variables |
| May |
S Locality of Reference in LU
Decomposition with Partial
Pivoting SIAM J Matrix Anal | Appl |
S Locality of Reference in LU
Decomposition with Partial
Pivoting SIAM J Matrix Anal | Oct |
Variable Documentation
S Locality of Reference in LU Decomposition with Partial Pivoting SIAM J Matrix Anal Appl |
Initial value:==============
= DESCRIPTION =
===============
This directory contains several variants of LAPACK routines in single/double/complex/double complex precision:
- [sdcz]getrf with LU Crout Level 3 BLAS
version algorithm [2]- Directory: SRC/VARIANTS/lu/CR
- [sdcz]getrf with LU Left Looking Level 3 BLAS
version algorithm [2]- Directory: SRC/VARIANTS/lu/LL
- [sdcz]getrf with Sivan Toledo's recursive LU algorithm [1] - Directory: SRC/VARIANTS/lu/REC
- [sdcz]geqrf with QR Left Looking Level 3 BLAS version algorithm [2]- Directory: SRC/VARIANTS/qr/LL
- [sdcz]potrf with Cholesky Right Looking Level 3 BLAS version algorithm [2]- Directory: SRC/VARIANTS/cholesky/RL
- [sdcz]potrf with Cholesky Top Level 3 BLAS version algorithm [2]- Directory: SRC/VARIANTS/cholesky/TOP
References:For a more detailed description please refer to
- [1] Toledo
Definition at line 15 of file README.
S Locality of Reference in LU Decomposition with Partial Pivoting SIAM J Matrix Anal Oct |