comparison liboctave/dRowVector.h @ 1195:0da1cc2c1947

[project @ 1995-03-31 16:11:43 by jwe]
author jwe
date Fri, 31 Mar 1995 16:16:34 +0000
parents 18933dbd5e43
children c01e881ccbb1
comparison
equal deleted inserted replaced
1194:621fef7bcca1 1195:0da1cc2c1947
117 // other operations 117 // other operations
118 118
119 friend RowVector map (d_d_Mapper f, const RowVector& a); 119 friend RowVector map (d_d_Mapper f, const RowVector& a);
120 void map (d_d_Mapper f); 120 void map (d_d_Mapper f);
121 121
122 RowVector linspace (double x1, double x2, int n);
123
122 double min (void) const; 124 double min (void) const;
123 double max (void) const; 125 double max (void) const;
124 126
125 // i/o 127 // i/o
126 128