GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
xnorm.cc File Reference
#include <cassert>
#include <cfloat>
#include <cmath>
#include "oct-norm.h"
#include "error.h"
#include "xnorm.h"
#include "ov.h"
#include "gripes.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

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 
)