diff options
author | Siddhesh Wani | 2015-05-25 14:46:31 +0530 |
---|---|---|
committer | Siddhesh Wani | 2015-05-25 14:46:31 +0530 |
commit | db464f35f5a10b58d9ed1085e0b462689adee583 (patch) | |
tree | de5cdbc71a54765d9fec33414630ae2c8904c9b8 /src/fortran/blas/README | |
download | scilab2c-db464f35f5a10b58d9ed1085e0b462689adee583.tar.gz scilab2c-db464f35f5a10b58d9ed1085e0b462689adee583.tar.bz2 scilab2c-db464f35f5a10b58d9ed1085e0b462689adee583.zip |
Original Version
Diffstat (limited to 'src/fortran/blas/README')
-rw-r--r-- | src/fortran/blas/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fortran/blas/README b/src/fortran/blas/README new file mode 100644 index 00000000..8c281661 --- /dev/null +++ b/src/fortran/blas/README @@ -0,0 +1,6 @@ +This directory contains double precision version of the standard blas routines. + The makefile produces <SCIDIR>/libs/blas.a + +However this code is intended for use only if there is no other implementation +of the BLAS already available on your machine; + |