Mercurial > hg > octave-lyh
view doc/interpreter/linalg.txi @ 6138:c5874b47d571
[project @ 2006-11-03 18:26:11 by jwe]
author | jwe |
---|---|
date | Fri, 03 Nov 2006 18:28:37 +0000 |
parents | ace8d8d26933 |
children | 6ab0a8767780 |
line wrap: on
line source
@c Copyright (C) 1996, 1997 John W. Eaton @c This is part of the Octave manual. @c For copying conditions, see the file gpl.texi. @node Linear Algebra @chapter Linear Algebra This chapter documents the linear algebra functions of Octave. Reference material for many of these functions may be found in Golub and Van Loan, @cite{Matrix Computations, 2nd Ed.}, Johns Hopkins, 1989, and in @cite{@sc{Lapack} Users' Guide}, SIAM, 1992. @menu * Basic Matrix Functions:: * Matrix Factorizations:: * Functions of a Matrix:: @end menu @node Basic Matrix Functions @section Basic Matrix Functions @DOCSTRING(balance) @DOCSTRING(cond) @DOCSTRING(det) @DOCSTRING(dmult) @DOCSTRING(dot) @DOCSTRING(eig) @DOCSTRING(givens) @DOCSTRING(inv) @DOCSTRING(norm) @DOCSTRING(null) @DOCSTRING(orth) @DOCSTRING(pinv) @DOCSTRING(rank) @DOCSTRING(trace) @node Matrix Factorizations @section Matrix Factorizations @DOCSTRING(chol) @DOCSTRING(hess) @DOCSTRING(lu) @DOCSTRING(qr) @DOCSTRING(qz) @DOCSTRING(qzhess) @DOCSTRING(schur) @DOCSTRING(svd) @c FIXME -- should there be a new section here? @DOCSTRING(housh) @DOCSTRING(krylov) @node Functions of a Matrix @section Functions of a Matrix @DOCSTRING(expm) @DOCSTRING(logm) @DOCSTRING(sqrtm) @DOCSTRING(kron) @DOCSTRING(syl)