Mercurial > hg > octave-lyh
view scripts/linear-algebra/module.mk @ 16923:5d08a2ec7edb
doc: Move graphics object functions into the right section
* plot.txi: Merge node "Use of axis, line, and patch Functions" into
node "Graphics Objects".
* octave.texi: Remove node "Use of axis, line, and patch Functions"
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Mon, 08 Jul 2013 09:13:30 -0400 |
parents | 51bc892d5cf8 |
children | c3a3532e3d98 |
line wrap: on
line source
FCN_FILE_DIRS += linear-algebra linear_algebra_FCN_FILES = \ linear-algebra/commutation_matrix.m \ linear-algebra/cond.m \ linear-algebra/condest.m \ linear-algebra/cross.m \ linear-algebra/duplication_matrix.m \ linear-algebra/expm.m \ linear-algebra/housh.m \ linear-algebra/isdefinite.m \ linear-algebra/ishermitian.m \ linear-algebra/issymmetric.m \ linear-algebra/krylov.m \ linear-algebra/logm.m \ linear-algebra/normest.m \ linear-algebra/null.m \ linear-algebra/onenormest.m \ linear-algebra/orth.m \ linear-algebra/planerot.m \ linear-algebra/qzhess.m \ linear-algebra/rank.m \ linear-algebra/rref.m \ linear-algebra/subspace.m \ linear-algebra/trace.m \ linear-algebra/vech.m FCN_FILES += $(linear_algebra_FCN_FILES) PKG_ADD_FILES += linear-algebra/PKG_ADD DIRSTAMP_FILES += linear-algebra/$(octave_dirstamp)