comparison liboctave/MArray.h @ 6508:184ab67c3bc1

[project @ 2007-04-07 00:43:09 by jwe]
author jwe
date Sat, 07 Apr 2007 00:43:10 +0000
parents dfa2da0563e5
children 0ce71beb1cf3
comparison
equal deleted inserted replaced
6507:679c2f987943 6508:184ab67c3bc1
78 } 78 }
79 79
80 return retval; 80 return retval;
81 } 81 }
82 82
83 double norm (double p) const;
83 84
84 // Currently, the OPS functions don't need to be friends, but that 85 // Currently, the OPS functions don't need to be friends, but that
85 // may change. 86 // may change.
86 87
87 // MARRAY_OPS_FRIEND_DECLS (MArray) 88 // MARRAY_OPS_FRIEND_DECLS (MArray)