blas1_z_test
blas1_z_test
is a MATLAB program which
calls blas1_z to implement the Level 1
BLAS, or Basic Linear Algebra Subprograms.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
blas1_z,
a MATLAB library which
contains basic linear algebra subprograms (BLAS)
for vector-vector operations,
using double precision complex arithmetic,
by Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh.
Source Code:
-
blas1_z_test.m,
calls all the tests;
-
blas1_z_test.sh,
runs all the tests;
-
blas1_z_test.txt,
the output file.
-
blas1_z_test01.m,
tests DZASUM;
-
blas1_z_test02.m,
tests DZNRM2;
-
blas1_z_test03.m,
tests IZAMAX;
-
blas1_z_test04.m,
tests ZABS1;
-
blas1_z_test05.m,
tests ZABS2;
-
blas1_z_test06.m,
tests ZAXPY;
-
blas1_z_test07.m,
tests ZCOPY;
-
blas1_z_test08.m,
tests ZDOTC;
-
blas1_z_test09.m,
tests ZDOTU;
-
blas1_z_test10.m,
tests ZDROT;
-
blas1_z_test11.m,
tests ZDSCAL;
-
blas1_z_test12.m,
tests ZMACH.
-
blas1_z_test13.m,
tests ZROTG;
-
blas1_z_test14.m,
tests ZSCAL;
-
blas1_z_test15.m,
tests ZSIGN1;
-
blas1_z_test16.m,
tests ZSIGN2;
-
blas1_z_test17.m,
tests ZSWAP;
Last revised on 02 December 2018.