comparison src/xnorm.h @ 10608:f9860b622680

improve sqrtm
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 06 May 2010 13:32:08 +0200
parents b11c31849b44
children 298a75c128ad
comparison
equal deleted inserted replaced
10607:f7501986e42d 10608:f9860b622680
23 // author: Jaroslav Hajek <highegg@gmail.com> 23 // author: Jaroslav Hajek <highegg@gmail.com>
24 24
25 #if !defined (octave_xnorm_h) 25 #if !defined (octave_xnorm_h)
26 #define octave_xnorm_h 1 26 #define octave_xnorm_h 1
27 27
28 #include "oct-norm.h"
29
28 class octave_value; 30 class octave_value;
29 31
30 extern octave_value xnorm (const octave_value& x, const octave_value& p); 32 extern octave_value xnorm (const octave_value& x, const octave_value& p);
31 extern octave_value xcolnorms (const octave_value& x, const octave_value& p); 33 extern octave_value xcolnorms (const octave_value& x, const octave_value& p);
32 extern octave_value xrownorms (const octave_value& x, const octave_value& p); 34 extern octave_value xrownorms (const octave_value& x, const octave_value& p);