LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
README File Reference

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

Definition at line 15 of file README.

May
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

Definition at line 15 of file README.