comparison liboctave/CMatrix.h @ 5717:34cda7d94c08

[project @ 2006-03-27 22:26:18 by jwe]
author jwe
date Mon, 27 Mar 2006 22:26:21 +0000
parents 7865515fc6c2
children 6b9cec830d72
comparison
equal deleted inserted replaced
5716:7f79a99e273e 5717:34cda7d94c08
128 ComplexMatrix extract_n (octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const; 128 ComplexMatrix extract_n (octave_idx_type r1, octave_idx_type c1, octave_idx_type nr, octave_idx_type nc) const;
129 129
130 // extract row or column i. 130 // extract row or column i.
131 131
132 ComplexRowVector row (octave_idx_type i) const; 132 ComplexRowVector row (octave_idx_type i) const;
133 ComplexRowVector row (char *s) const;
134 133
135 ComplexColumnVector column (octave_idx_type i) const; 134 ComplexColumnVector column (octave_idx_type i) const;
136 ComplexColumnVector column (char *s) const;
137 135
138 ComplexMatrix inverse (void) const; 136 ComplexMatrix inverse (void) const;
139 ComplexMatrix inverse (octave_idx_type& info) const; 137 ComplexMatrix inverse (octave_idx_type& info) const;
140 ComplexMatrix inverse (octave_idx_type& info, double& rcond, int force = 0, 138 ComplexMatrix inverse (octave_idx_type& info, double& rcond, int force = 0,
141 int calc_cond = 1) const; 139 int calc_cond = 1) const;