diff scripts/sparse/module.mk @ 17228:ea9992fd9c89

fix eigs to handle small matrices * __eigs__.cc: Rename from eigs.cc. (F__eigs__): Rename from Feigs. * dldfcn/module-files: Update for file rename. * eigs.m: New file. Move eigs documentation and tests here from eigs.cc. Handle small matrices here by calling eig then sorting and selecting values as needed. * scripts/sparse/module.mk (sparse_FCN_FILES): Add eigs.m to the list.
author John W. Eaton <jwe@octave.org>
date Mon, 12 Aug 2013 15:43:49 -0400
parents 9106fdfc03e8
children
line wrap: on
line diff
--- a/scripts/sparse/module.mk
+++ b/scripts/sparse/module.mk
@@ -8,6 +8,7 @@
   sparse/bicgstab.m \
   sparse/cgs.m \
   sparse/colperm.m \
+  sparse/eigs.m \
   sparse/etreeplot.m \
   sparse/gmres.m \
   sparse/gplot.m \