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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines