comparison liboctave/dColVector.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
71 71
72 // resize is the destructive equivalent for this one 72 // resize is the destructive equivalent for this one
73 73
74 ColumnVector extract (int r1, int r2) const; 74 ColumnVector extract (int r1, int r2) const;
75 75
76 ColumnVector extract_n (int r1, int n) const;
77
76 // matrix by column vector -> column vector operations 78 // matrix by column vector -> column vector operations
77 79
78 friend ColumnVector operator * (const Matrix& a, const ColumnVector& b); 80 friend ColumnVector operator * (const Matrix& a, const ColumnVector& b);
79 81
80 // diagonal matrix by column vector -> column vector operations 82 // diagonal matrix by column vector -> column vector operations