Go to the source code of this file.
Macros | |
#define | DECLARE_COLROW_NORM_FUNCS(PREFIX, RPREFIX, RTYPE) |
#define | DECLARE_XNORM_FUNCS(PREFIX, RTYPE) |
Functions | |
OCTAVE_API RowVector | xcolnorms (const ComplexMatrix &, double p=2) |
OCTAVE_API FloatRowVector | xcolnorms (const FloatComplexMatrix &, float p=2) |
OCTAVE_API FloatRowVector | xcolnorms (const FloatMatrix &, float p=2) |
OCTAVE_API RowVector | xcolnorms (const Matrix &, double p=2) |
OCTAVE_API RowVector | xcolnorms (const SparseComplexMatrix &, double p=2) |
OCTAVE_API RowVector | xcolnorms (const SparseMatrix &, double p=2) |
OCTAVE_API double | xfrobnorm (const ComplexMatrix &) |
OCTAVE_API float | xfrobnorm (const FloatComplexMatrix &) |
OCTAVE_API float | xfrobnorm (const FloatMatrix &) |
OCTAVE_API double | xfrobnorm (const Matrix &) |
OCTAVE_API double | xfrobnorm (const SparseComplexMatrix &) |
OCTAVE_API double | xfrobnorm (const SparseMatrix &) |
OCTAVE_API double | xnorm (const ColumnVector &, double p=2) |
OCTAVE_API double | xnorm (const ComplexColumnVector &, double p=2) |
OCTAVE_API double | xnorm (const ComplexMatrix &, double p=2) |
OCTAVE_API double | xnorm (const ComplexRowVector &, double p=2) |
OCTAVE_API float | xnorm (const FloatColumnVector &, float p=2) |
OCTAVE_API float | xnorm (const FloatComplexColumnVector &, float p=2) |
OCTAVE_API float | xnorm (const FloatComplexMatrix &, float p=2) |
OCTAVE_API float | xnorm (const FloatComplexRowVector &, float p=2) |
OCTAVE_API float | xnorm (const FloatMatrix &, float p=2) |
OCTAVE_API float | xnorm (const FloatRowVector &, float p=2) |
OCTAVE_API double | xnorm (const Matrix &, double p=2) |
OCTAVE_API double | xnorm (const RowVector &, double p=2) |
OCTAVE_API double | xnorm (const SparseColumnVector &, double p=2) |
OCTAVE_API double | xnorm (const SparseComplexColumnVector &, double p=2) |
OCTAVE_API double | xnorm (const SparseComplexMatrix &, double p=2) |
OCTAVE_API double | xnorm (const SparseComplexRowVector &, double p=2) |
OCTAVE_API double | xnorm (const SparseMatrix &, double p=2) |
OCTAVE_API double | xnorm (const SparseRowVector &, double p=2) |
OCTAVE_API ColumnVector | xrownorms (const ComplexMatrix &, double p=2) |
OCTAVE_API FloatColumnVector | xrownorms (const FloatComplexMatrix &, float p=2) |
OCTAVE_API FloatColumnVector | xrownorms (const FloatMatrix &, float p=2) |
OCTAVE_API ColumnVector | xrownorms (const Matrix &, double p=2) |
OCTAVE_API ColumnVector | xrownorms (const SparseComplexMatrix &, double p=2) |
OCTAVE_API ColumnVector | xrownorms (const SparseMatrix &, double p=2) |
#define DECLARE_COLROW_NORM_FUNCS | ( | PREFIX, | |
RPREFIX, | |||
RTYPE | |||
) |
Definition at line 55 of file oct-norm.h.
#define DECLARE_XNORM_FUNCS | ( | PREFIX, | |
RTYPE | |||
) |
Definition at line 33 of file oct-norm.h.
OCTAVE_API RowVector xcolnorms | ( | const ComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 595 of file oct-norm.cc.
OCTAVE_API FloatRowVector xcolnorms | ( | const FloatComplexMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 597 of file oct-norm.cc.
OCTAVE_API FloatRowVector xcolnorms | ( | const FloatMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 596 of file oct-norm.cc.
Definition at line 594 of file oct-norm.cc.
Referenced by F__icholt__(), F__iluc__(), F__ilutp__(), Fnorm(), matrix_norm(), and svd_matrix_norm().
OCTAVE_API RowVector xcolnorms | ( | const SparseComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 600 of file oct-norm.cc.
OCTAVE_API RowVector xcolnorms | ( | const SparseMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 599 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const ComplexMatrix & | x | ) |
Definition at line 552 of file oct-norm.cc.
OCTAVE_API float xfrobnorm | ( | const FloatComplexMatrix & | x | ) |
Definition at line 554 of file oct-norm.cc.
OCTAVE_API float xfrobnorm | ( | const FloatMatrix & | x | ) |
Definition at line 553 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const Matrix & | x | ) |
Definition at line 551 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const SparseComplexMatrix & | x | ) |
Definition at line 580 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const SparseMatrix & | x | ) |
Definition at line 579 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ColumnVector & | x, |
double | p = 2 |
||
) |
Definition at line 551 of file oct-norm.cc.
Referenced by do_mgorth(), do_sqrtm(), Fnorm(), and chol< T >::init().
OCTAVE_API double xnorm | ( | const ComplexColumnVector & | x, |
double | p = 2 |
||
) |
Definition at line 552 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ComplexMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 552 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ComplexRowVector & | x, |
double | p = 2 |
||
) |
Definition at line 552 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatColumnVector & | x, |
float | p = 2 |
||
) |
Definition at line 553 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexColumnVector & | x, |
float | p = 2 |
||
) |
Definition at line 554 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexMatrix & | x, |
float | p = 2 |
||
) |
Definition at line 554 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexRowVector & | x, |
float | p = 2 |
||
) |
Definition at line 554 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatMatrix & | x, |
float | p = 2 |
||
) |
Definition at line 553 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatRowVector & | x, |
float | p = 2 |
||
) |
Definition at line 553 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const Matrix & | x, |
double | p = 2 |
||
) |
Definition at line 551 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const RowVector & | x, |
double | p = 2 |
||
) |
Definition at line 551 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const SparseColumnVector & | , |
double | p = 2 |
||
) |
OCTAVE_API double xnorm | ( | const SparseComplexColumnVector & | , |
double | p = 2 |
||
) |
OCTAVE_API double xnorm | ( | const SparseComplexMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 580 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const SparseComplexRowVector & | , |
double | p = 2 |
||
) |
OCTAVE_API double xnorm | ( | const SparseMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 579 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const SparseRowVector & | , |
double | p = 2 |
||
) |
OCTAVE_API ColumnVector xrownorms | ( | const ComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 595 of file oct-norm.cc.
OCTAVE_API FloatColumnVector xrownorms | ( | const FloatComplexMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 597 of file oct-norm.cc.
OCTAVE_API FloatColumnVector xrownorms | ( | const FloatMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 596 of file oct-norm.cc.
OCTAVE_API ColumnVector xrownorms | ( | const Matrix & | m, |
double | p = 2 |
||
) |
Definition at line 594 of file oct-norm.cc.
Referenced by F__iluc__(), F__ilutp__(), Fnorm(), matrix_norm(), and svd_matrix_norm().
OCTAVE_API ColumnVector xrownorms | ( | const SparseComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 600 of file oct-norm.cc.
OCTAVE_API ColumnVector xrownorms | ( | const SparseMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 599 of file oct-norm.cc.