annotate scripts/sparse/module.mk @ 19388:cc6000ccd627

New function qmr (patch #8569). * scripts/sparse/qmr.m: new function file. * scripts/help/__unimplemented__.m: remove functio from list. * scripts/sparse/module.mk: add file to build system. * NEWS: add function to list of new functions for 4.2.0.
author Nathan Podlich <nathan.podlich@gmail.com>
date Tue, 25 Nov 2014 16:15:01 +0100
parents 4630a18757b3
children fa9fa6ab76f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 FCN_FILE_DIRS += sparse
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
13197
6db186dfdeaa Refactor sprandn/sprand code, move common code to common function (bug #34352)
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 13073
diff changeset
3 sparse_PRIVATE_FCN_FILES = \
18013
501cb6a90f0f maint: Replace unnecessary tabs with spaces.
Rik <rik@octave.org>
parents: 17220
diff changeset
4 sparse/private/__sprand_impl__.m
13197
6db186dfdeaa Refactor sprandn/sprand code, move common code to common function (bug #34352)
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 13073
diff changeset
5
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 sparse_FCN_FILES = \
13073
51bc892d5cf8 Move bicg.m to scripts/sparse for uniformity
Carlo de Falco <kingcrimson@tiscali.it>
parents: 12650
diff changeset
7 sparse/bicg.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 sparse/bicgstab.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 sparse/cgs.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 sparse/colperm.m \
17220
ea9992fd9c89 fix eigs to handle small matrices
John W. Eaton <jwe@octave.org>
parents: 13200
diff changeset
11 sparse/eigs.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 sparse/etreeplot.m \
12650
b7f16997df4d maint: Move gmres.m to sparse directory rather than linear-algebra directory.
Rik <octave@nomad.inbox5.com>
parents: 11390
diff changeset
13 sparse/gmres.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 sparse/gplot.m \
19090
4630a18757b3 Add missing bits from cset 38937efbee21.
Rik <rik@octave.org>
parents: 18013
diff changeset
15 sparse/ichol.m \
4630a18757b3 Add missing bits from cset 38937efbee21.
Rik <rik@octave.org>
parents: 18013
diff changeset
16 sparse/ilu.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 sparse/nonzeros.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 sparse/pcg.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 sparse/pcr.m \
19388
cc6000ccd627 New function qmr (patch #8569).
Nathan Podlich <nathan.podlich@gmail.com>
parents: 19090
diff changeset
20 sparse/qmr.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 sparse/spaugment.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 sparse/spconvert.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 sparse/spdiags.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 sparse/speye.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 sparse/spfun.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 sparse/spones.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 sparse/sprand.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 sparse/sprandn.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 sparse/sprandsym.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 sparse/spstats.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 sparse/spy.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 sparse/svds.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 sparse/treelayout.m \
13197
6db186dfdeaa Refactor sprandn/sprand code, move common code to common function (bug #34352)
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 13073
diff changeset
34 sparse/treeplot.m \
18013
501cb6a90f0f maint: Replace unnecessary tabs with spaces.
Rik <rik@octave.org>
parents: 17220
diff changeset
35 $(sparse_PRIVATE_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 FCN_FILES += $(sparse_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 PKG_ADD_FILES += sparse/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9871
diff changeset
40
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9871
diff changeset
41 DIRSTAMP_FILES += sparse/$(octave_dirstamp)