FLAME: Sample Code
Implementation of the Level-3 BLAS
in terms of matrix-matrix multiplication.
LU factorization
(Code mentiontioned in the technical report
"Formal Linear Algebra Methods Environment (FLAME): Overview"
)
C code
FLA_LU_nopivot_lazy.c
FLA_LU_nopivot_col_lazy.c
FLA_LU_nopivot_row_lazy.c
FLA_LU_nopivot_row_col_lazy.c
FLA_LU_nopivot_eager.c
FLA_LU_eager.c
(Blocked LU factorization with pivoting and multiple levels of blocking.)
FORTRAN code
FLA_LU_NOPIVOT_LAZY_F.f
FLA_LU_NOPIVOT_COL_LAZY_F.f
FLA_LU_NOPIVOT_ROW_LAZY_F.f
FLA_LU_NOPIVOT_ROW_COL_LAZY_F.f
FLA_LU_NOPIVOT_EAGER_F.f
Send mail to
flame@cs.utexas.edu
Last Updated: Nov. 8, 2000
rvdg@cs.utexas.edu