diff liboctave/fCColVector.h @ 10363:a0728e81ed25

improve diag matrix interface & implementation
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 26 Feb 2010 11:44:38 +0100
parents 12884915a8e4
children 96ed7c629bbd
line wrap: on
line diff
--- a/liboctave/fCColVector.h
+++ b/liboctave/fCColVector.h
@@ -121,6 +121,8 @@
   FloatComplex min (void) const;
   FloatComplex max (void) const;
 
+  FloatColumnVector abs (void) const;
+
   // i/o
 
   friend OCTAVE_API std::ostream& operator << (std::ostream& os, const FloatComplexColumnVector& a);