comparison src/DLD-FUNCTIONS/lu.cc @ 3548:ab7fa5a8f23f

[project @ 2000-02-03 01:17:15 by jwe]
author jwe
date Thu, 03 Feb 2000 01:17:21 +0000
parents f16c2ce14886
children b11f9c33558f
comparison
equal deleted inserted replaced
3547:975398bed659 3548:ab7fa5a8f23f
32 #include "gripes.h" 32 #include "gripes.h"
33 #include "oct-obj.h" 33 #include "oct-obj.h"
34 #include "utils.h" 34 #include "utils.h"
35 35
36 DEFUN_DLD (lu, args, nargout, 36 DEFUN_DLD (lu, args, nargout,
37 "-*- texinfo -*- 37 "-*- texinfo -*-\n\
38 @deftypefn {Loadable Function} {[@var{l}, @var{u}, @var{p}] =} lu (@var{a})\n\ 38 @deftypefn {Loadable Function} {[@var{l}, @var{u}, @var{p}] =} lu (@var{a})\n\
39 @cindex LU decomposition\n\ 39 @cindex LU decomposition\n\
40 Compute the LU decomposition of @var{a}, using subroutines from\n\ 40 Compute the LU decomposition of @var{a}, using subroutines from\n\
41 @sc{Lapack}. The result is returned in a permuted form, according to\n\ 41 @sc{Lapack}. The result is returned in a permuted form, according to\n\
42 the optional return value @var{p}. For example, given the matrix\n\ 42 the optional return value @var{p}. For example, given the matrix\n\