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 93 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), retval, and x.
OCTINTERP_API octave_value xfrobnorm | ( | const octave_value & | x | ) |
Definition at line 171 of file xnorm.cc.
References err_wrong_type_arg(), retval, and x.
OCTINTERP_API octave_value xnorm | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 36 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), isvector(), retval, and x.
OCTINTERP_API octave_value xrownorms | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 132 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), retval, and x.