Go to the source code of this file.
Functions | |
octave_value | xcolnorms (const octave_value &x, const octave_value &p) |
octave_value | xfrobnorm (const octave_value &x) |
octave_value | xnorm (const octave_value &x, const octave_value &p) |
octave_value | xrownorms (const octave_value &x, const octave_value &p) |
octave_value xcolnorms | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 96 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), and x.
octave_value xfrobnorm | ( | const octave_value & | x | ) |
Definition at line 176 of file xnorm.cc.
References err_wrong_type_arg(), and x.
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.
octave_value xrownorms | ( | const octave_value & | x, |
const octave_value & | p | ||
) |
Definition at line 136 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), and x.