Go to the source code of this file.
Functions | |
OCTINTERP_API octave_value | xcolnorms (const octave_value &x, const octave_value &p) |
OCTINTERP_API octave_value | xfrobnorm (const octave_value &x) |
OCTINTERP_API octave_value | xnorm (const octave_value &x, const octave_value &p) |
OCTINTERP_API octave_value | xrownorms (const octave_value &x, const octave_value &p) |
OCTINTERP_API octave_value xcolnorms | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 95 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), and x.
OCTINTERP_API octave_value xfrobnorm | ( | const octave_value & | x | ) |
Definition at line 173 of file xnorm.cc.
References err_wrong_type_arg(), and x.
OCTINTERP_API octave_value xnorm | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 38 of file xnorm.cc.
References err_wrong_type_arg(), isvector(), and x.
OCTINTERP_API octave_value xrownorms | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 134 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), and x.