super_blas_test


super_blas_test, a C code which calls super_blas() to test a version of the BLAS, or Basic Linear Algebra Subprograms, written in C, and tailored for use with the SUPERLU library.

Related Data and Programs:

super_blas, a C code which implements some of the Basic Linear Algebra Subprograms (BLAS) for fast execution.

Source Code:

SUPER_BLAS1_C_test is a set of tests for all the level 1 single precision complex BLAS routines available in SUPER_BLAS.

SUPER_BLAS1_D_test is a set of tests for all the level 1 double precision real BLAS routines available in SUPER_BLAS.

SUPER_BLAS1_S_test is a set of tests for all the level 1 single precision real BLAS routines available in SUPER_BLAS.

SUPER_BLAS1_Z_test is a set of tests for all the level 1 double precision complex BLAS routines available in SUPER_BLAS.


Last revised on 11 August 2019.