comparison libinterp/dldfcn/qr.cc @ 22209:cfa684a0539d

qr.cc: make use of Texinfo macro @dots instead of ... (bug #46912)
author Carnë Draug <carandraug@octave.org>
date Fri, 05 Aug 2016 20:09:09 +0100
parents 99454a60bf5e
children 1c840b2fd337
comparison
equal deleted inserted replaced
22208:83963bad5e7d 22209:cfa684a0539d
78 @deftypefn {} {[@var{Q}, @var{R}] =} qr (@var{A}) 78 @deftypefn {} {[@var{Q}, @var{R}] =} qr (@var{A})
79 @deftypefnx {} {[@var{Q}, @var{R}, @var{P}] =} qr (@var{A}) # non-sparse A 79 @deftypefnx {} {[@var{Q}, @var{R}, @var{P}] =} qr (@var{A}) # non-sparse A
80 @deftypefnx {} {@var{X} =} qr (@var{A}) 80 @deftypefnx {} {@var{X} =} qr (@var{A})
81 @deftypefnx {} {@var{R} =} qr (@var{A}) # sparse A 81 @deftypefnx {} {@var{R} =} qr (@var{A}) # sparse A
82 @deftypefnx {} {[@var{C}, @var{R}] =} qr (@var{A}, @var{B}) 82 @deftypefnx {} {[@var{C}, @var{R}] =} qr (@var{A}, @var{B})
83 @deftypefnx {} {[...] =} qr (..., 0) 83 @deftypefnx {} {[@dots{}] =} qr (@dots{}, 0)
84 @deftypefnx {} {[...] =} qr (..., 'vector') 84 @deftypefnx {} {[@dots{}] =} qr (@dots{}, 'vector')
85 @deftypefnx {} {[...] =} qr (..., 'matrix') 85 @deftypefnx {} {[@dots{}] =} qr (@dots{}, 'matrix')
86 @cindex QR factorization 86 @cindex QR factorization
87 Compute the QR@tie{}factorization of @var{A}, using standard @sc{lapack} 87 Compute the QR@tie{}factorization of @var{A}, using standard @sc{lapack}
88 subroutines. 88 subroutines.
89 The QR@tie{}factorization is 89 The QR@tie{}factorization is
90 @tex 90 @tex