GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-norm.h File Reference
#include "octave-config.h"
#include "mx-fwd.h"
#include "oct-cmplx.h"
#include "dColVector.h"
#include "dRowVector.h"
#include "fColVector.h"
#include "fRowVector.h"
Include dependency graph for oct-norm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  octave
 

Functions

RowVector octave::xcolnorms (const ComplexMatrix &m, double p)
 
FloatRowVector octave::xcolnorms (const FloatComplexMatrix &m, float p)
 
FloatRowVector octave::xcolnorms (const FloatMatrix &m, float p)
 
RowVector octave::xcolnorms (const Matrix &m, double p)
 
RowVector octave::xcolnorms (const SparseComplexMatrix &m, double p)
 
RowVector octave::xcolnorms (const SparseMatrix &m, double p)
 
double octave::xfrobnorm (const ComplexMatrix &x)
 
float octave::xfrobnorm (const FloatComplexMatrix &x)
 
float octave::xfrobnorm (const FloatMatrix &x)
 
double octave::xfrobnorm (const Matrix &x)
 
double octave::xfrobnorm (const SparseComplexMatrix &x)
 
double octave::xfrobnorm (const SparseMatrix &x)
 
double octave::xnorm (const ColumnVector &x, double p)
 
double octave::xnorm (const ComplexColumnVector &x, double p)
 
double octave::xnorm (const ComplexMatrix &x, double p)
 
double octave::xnorm (const ComplexRowVector &x, double p)
 
float octave::xnorm (const FloatColumnVector &x, float p)
 
float octave::xnorm (const FloatComplexColumnVector &x, float p)
 
float octave::xnorm (const FloatComplexMatrix &x, float p)
 
float octave::xnorm (const FloatComplexRowVector &x, float p)
 
float octave::xnorm (const FloatMatrix &x, float p)
 
float octave::xnorm (const FloatRowVector &x, float p)
 
double octave::xnorm (const Matrix &x, double p)
 
double octave::xnorm (const RowVector &x, double p)
 
double octave::xnorm (const SparseComplexMatrix &x, double p)
 
double octave::xnorm (const SparseMatrix &x, double p)
 
ColumnVector octave::xrownorms (const ComplexMatrix &m, double p)
 
FloatColumnVector octave::xrownorms (const FloatComplexMatrix &m, float p)
 
FloatColumnVector octave::xrownorms (const FloatMatrix &m, float p)
 
ColumnVector octave::xrownorms (const Matrix &m, double p)
 
ColumnVector octave::xrownorms (const SparseComplexMatrix &m, double p)
 
ColumnVector octave::xrownorms (const SparseMatrix &m, double p)