view scripts/deprecated/module.mk @ 17691:8a54a481ecb5

Massive speed improvement in sparse min/max functions for calls like 'max(s,[],2)' (bug #40268) * dSparse.cc (SparseMatrix SparseMatrix::max (Array<octave_idx-type>&, int)) : Remove triple loop by using a local buffer (SparseMatrix SparseMatrix::min (Array<octave_idx-type>&, int)) : ditto * CSparse.cc (SparseComplexMatrix SparseComplexMatrix::max ( Array<octave_idx-type>&, int)) : Remove triple loop by using a local buffer (SparseComplexMatrix SparseComplexMatrix::min (Array<octave_idx-type>&, int)) : ditto
author David Bateman <dbateman@free.fr>
date Fri, 18 Oct 2013 23:44:44 +0200
parents a7b2fc7fe1a9
children 1efe4c65c5cf
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/__error_text__.m \
  deprecated/cor.m \
  deprecated/corrcoef.m \
  deprecated/cut.m \
  deprecated/default_save_options.m \
  deprecated/java_debug.m \
  deprecated/error_text.m \
  deprecated/gen_doc_cache.m \
  deprecated/isequalwithequalnans.m \
  deprecated/isstr.m \
  deprecated/java_convert_matrix.m \
  deprecated/java_get.m \
  deprecated/java_invoke.m \
  deprecated/java_new.m \
  deprecated/java_unsigned_conversion.m \
  deprecated/java_set.m \
  deprecated/javafields.m \
  deprecated/javamethods.m \
  deprecated/polyderiv.m \
  deprecated/re_read_readline_init_file.m \
  deprecated/read_readline_init_file.m \
  deprecated/saving_history.m \
  deprecated/shell_cmd.m \
  deprecated/studentize.m \
  deprecated/sylvester_matrix.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)