Mercurial > hg > octave-nkf
view scripts/linear-algebra/module.mk @ 17874:28e9562d708b
Fix display of '{}' for empty cells in GUI Variable window.
* libinterp/octave-value/ov-cell.cc(short_disp): Use parentheses around tertiary
operator expression so that C++ stream operator '<<' doesn't grab result of
test, rather than output of test.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 07 Nov 2013 09:54:38 -0800 |
parents | c3a3532e3d98 |
children | 49961d67e4b9 |
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/linsolve.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)