view scripts/sparse/module.mk @ 20101:e51473fdb622

doc: Periodic grammarcheck of documentation. * func.txi, io.txi, error.cc, file-io.cc, regexp.cc, utils.cc, variables.cc, dlmwrite.m, strread.m, textread.m, textscan.m: Use @xbackslashchar to produce a backslash and resolve differences between Info viewer and pdf view. * warning_ids.m: Use @option around command line options. * qmr.m: Use @nospell macro for names in citation. * genpropdoc.m: Eliminate trailing space to closing '}'.
author Rik <rik@octave.org>
date Sun, 19 Apr 2015 17:55:33 -0700
parents cc6000ccd627
children
line wrap: on
line source

FCN_FILE_DIRS += sparse

sparse_PRIVATE_FCN_FILES = \
  sparse/private/__sprand_impl__.m

sparse_FCN_FILES = \
  sparse/bicg.m \
  sparse/bicgstab.m \
  sparse/cgs.m \
  sparse/colperm.m \
  sparse/eigs.m \
  sparse/etreeplot.m \
  sparse/gmres.m \
  sparse/gplot.m \
  sparse/ichol.m \
  sparse/ilu.m \
  sparse/nonzeros.m \
  sparse/pcg.m \
  sparse/pcr.m \
  sparse/qmr.m \
  sparse/spaugment.m \
  sparse/spconvert.m \
  sparse/spdiags.m \
  sparse/speye.m \
  sparse/spfun.m \
  sparse/spones.m \
  sparse/sprand.m \
  sparse/sprandn.m \
  sparse/sprandsym.m \
  sparse/spstats.m \
  sparse/spy.m \
  sparse/svds.m \
  sparse/treelayout.m \
  sparse/treeplot.m \
  $(sparse_PRIVATE_FCN_FILES)

FCN_FILES += $(sparse_FCN_FILES)

PKG_ADD_FILES += sparse/PKG_ADD

DIRSTAMP_FILES += sparse/$(octave_dirstamp)