Mercurial > hg > octave-nkf
comparison liboctave/CRowVector.h @ 4316:236c10efcde2
[project @ 2003-02-10 21:57:15 by jwe]
author | jwe |
---|---|
date | Mon, 10 Feb 2003 21:57:15 +0000 |
parents | 5719210fff4c |
children | e35b034d3523 |
comparison
equal
deleted
inserted
replaced
4315:0a056052bc90 | 4316:236c10efcde2 |
---|---|
79 | 79 |
80 // resize is the destructive equivalent for this one | 80 // resize is the destructive equivalent for this one |
81 | 81 |
82 ComplexRowVector extract (int c1, int c2) const; | 82 ComplexRowVector extract (int c1, int c2) const; |
83 | 83 |
84 ComplexRowVector extract_n (int c1, int n) const; | |
85 | |
84 // row vector by row vector -> row vector operations | 86 // row vector by row vector -> row vector operations |
85 | 87 |
86 ComplexRowVector& operator += (const RowVector& a); | 88 ComplexRowVector& operator += (const RowVector& a); |
87 ComplexRowVector& operator -= (const RowVector& a); | 89 ComplexRowVector& operator -= (const RowVector& a); |
88 | 90 |