GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
xnorm.cc File Reference
#include "oct-norm.h"
#include "errwarn.h"
#include "ov.h"
#include "xnorm.h"
Include dependency graph for xnorm.cc:

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)
 

Function Documentation

◆ xcolnorms()

octave_value xcolnorms ( const octave_value x,
const octave_value p 
)

Definition at line 92 of file xnorm.cc.

References err_wrong_type_arg(), isfloat, p, retval, x, and xcolnorms().

Referenced by xcolnorms().

◆ xfrobnorm()

octave_value xfrobnorm ( const octave_value x)

Definition at line 170 of file xnorm.cc.

References err_wrong_type_arg(), isfloat, retval, x, and xfrobnorm().

Referenced by xfrobnorm().

◆ xnorm()

octave_value xnorm ( const octave_value x,
const octave_value p 
)

Definition at line 35 of file xnorm.cc.

References err_wrong_type_arg(), isfloat, isvector(), p, retval, x, and xnorm().

Referenced by xnorm().

◆ xrownorms()

octave_value xrownorms ( const octave_value x,
const octave_value p 
)

Definition at line 131 of file xnorm.cc.

References err_wrong_type_arg(), isfloat, p, retval, x, and xrownorms().

Referenced by xrownorms().