
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_NAMESPACE_BEGIN 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 95 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), x, and octave::xcolnorms().
| octave_value xfrobnorm | ( | const octave_value & | x | ) |
Definition at line 173 of file xnorm.cc.
References err_wrong_type_arg(), x, and octave::xfrobnorm().
| OCTAVE_NAMESPACE_BEGIN octave_value xnorm | ( | const octave_value & | x, |
| const octave_value & | p | ||
| ) |
Definition at line 38 of file xnorm.cc.
References octave_value::double_value(), err_wrong_type_arg(), octave_value::float_value(), isvector(), x, and octave::xnorm().
| 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(), x, and octave::xrownorms().