Navigation

Operators and Keywords

Function List:

C++ API

xnorm.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define octave_xnorm_h   1

Functions

octave_value xnorm (const octave_value &x, const octave_value &p)
octave_value xcolnorms (const octave_value &x, const octave_value &p)
octave_value xrownorms (const octave_value &x, const octave_value &p)
octave_value xfrobnorm (const octave_value &x)

Define Documentation

#define octave_xnorm_h   1


Function Documentation

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 
)