diff options
author | Pablo Santamaria <pablosantamaria@gmail.com> | 2010-08-15 18:11:44 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-15 20:53:42 -0500 |
commit | 3f42460add7c329a6bdecbbdbf54e4d3ae8f98c9 (patch) | |
tree | e65a3cf7cc604bdde18fc56d66b65b87fc76a8bc /academic/qrupdate/README | |
parent | a0fc082d0c68bc1d3edca468791e8f0d3fea3189 (diff) | |
download | slackbuilds-3f42460add7c329a6bdecbbdbf54e4d3ae8f98c9.tar.gz |
academic/qrupdate: Added (QR and Cholesky decompositions library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/qrupdate/README')
-rw-r--r-- | academic/qrupdate/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/qrupdate/README b/academic/qrupdate/README new file mode 100644 index 0000000000..cd562f443e --- /dev/null +++ b/academic/qrupdate/README @@ -0,0 +1,8 @@ +qrupdate (A Fortran library for QR and Cholesky decompositions) + +qrupdate is a Fortran library for fast updates of QR and Cholesky +decompositions. + +This requires blas and lapack libraries. + +qrupdate is an optional dependency for the octave package. |