From: Akshay S. <ak...@us...> - 2013-09-23 22:53:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "matlisp". The branch, tensor has been updated via 5304b7204035eab0b7ac2664a6e1949a0689e741 (commit) via d112fcce019bbf7c536a4047927cfa248bff6239 (commit) via 54c32278dd5b119ca1157b022ebe1a1b0f945f8e (commit) via 06961b98935b57db5dd4d9b56bdd93c647ba6484 (commit) via 22f5a0bcf4a70d769e8448e05840fc9ce8fe7988 (commit) via e2cf244082f3b9993eb6d9e4f6051349f80ccbbd (commit) via cd98eb7ed25c777623ccbacac627bb4968574536 (commit) via 2247ca7cc973977e061ee894efee10faec823f1d (commit) via e41ab636a047d01b438e86d24ad4b5169d0edfe2 (commit) from f8b87a620796e228cadb86996b85f4298409ed75 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: lib-src/gnuplot/gnuplot.lisp | 22 ++- packages.lisp | 5 +- src/base/einstein.lisp | 26 +-- src/foreign-core/lapack.lisp | 4 +- src/lapack/eig.lisp | 23 +-- src/lapack/geev.lisp | 524 ------------------------------------------ src/lapack/geqr.lisp | 154 +++++-------- src/lapack/lu.lisp | 3 + src/level-1/copy.lisp | 30 +++ src/level-2/gemv.lisp | 2 +- src/level-3/gemm.lisp | 10 +- src/special/map.lisp | 4 + src/utilities/functions.lisp | 24 ++ src/utilities/macros.lisp | 55 +++++- tests/loopy-tests.lisp | 21 +- 15 files changed, 224 insertions(+), 683 deletions(-) delete mode 100644 src/lapack/geev.lisp hooks/post-receive -- matlisp |