![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-cmplx.h"

Go to the source code of this file.
Macros | |
| #define | DECLARE_COLROW_NORM_FUNCS(PREFIX, RPREFIX, RTYPE) |
| #define | DECLARE_XNORM_FUNCS(PREFIX, RTYPE) |
| #define DECLARE_COLROW_NORM_FUNCS | ( | PREFIX, | |
| RPREFIX, | |||
| RTYPE | |||
| ) |
Definition at line 48 of file oct-norm.h.
| #define DECLARE_XNORM_FUNCS | ( | PREFIX, | |
| RTYPE | |||
| ) |
Definition at line 30 of file oct-norm.h.
Definition at line 562 of file oct-norm.cc.
Referenced by Fnorm(), matrix_norm(), and xcolnorms().
| OCTAVE_API RowVector xcolnorms | ( | const ComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 563 of file oct-norm.cc.
| OCTAVE_API FloatRowVector xcolnorms | ( | const FloatMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 564 of file oct-norm.cc.
| OCTAVE_API FloatRowVector xcolnorms | ( | const FloatComplexMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 565 of file oct-norm.cc.
| OCTAVE_API RowVector xcolnorms | ( | const SparseMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 567 of file oct-norm.cc.
| OCTAVE_API RowVector xcolnorms | ( | const SparseComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 568 of file oct-norm.cc.
Definition at line 527 of file oct-norm.cc.
Referenced by Fnorm(), Fsqrtm(), and xfrobnorm().
| OCTAVE_API double xfrobnorm | ( | const ComplexMatrix & | ) |
Definition at line 528 of file oct-norm.cc.
| OCTAVE_API float xfrobnorm | ( | const FloatMatrix & | ) |
Definition at line 529 of file oct-norm.cc.
| OCTAVE_API float xfrobnorm | ( | const FloatComplexMatrix & | ) |
Definition at line 530 of file oct-norm.cc.
| OCTAVE_API double xfrobnorm | ( | const SparseMatrix & | ) |
Definition at line 553 of file oct-norm.cc.
| OCTAVE_API double xfrobnorm | ( | const SparseComplexMatrix & | ) |
Definition at line 554 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const ColumnVector & | , |
| double | p = 2 |
||
| ) |
Definition at line 527 of file oct-norm.cc.
Referenced by Matrix::determinant(), FloatMatrix::determinant(), ComplexMatrix::determinant(), FloatComplexMatrix::determinant(), do_mgorth(), do_sqrtm(), Fnorm(), CHOL::init(), FloatCHOL::init(), ComplexCHOL::init(), FloatComplexCHOL::init(), and xnorm().
Definition at line 527 of file oct-norm.cc.
Definition at line 527 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const ComplexColumnVector & | , |
| double | p = 2 |
||
| ) |
Definition at line 528 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const ComplexRowVector & | , |
| double | p = 2 |
||
| ) |
Definition at line 528 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const ComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 528 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatColumnVector & | , |
| float | p = 2 |
||
| ) |
Definition at line 529 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatRowVector & | , |
| float | p = 2 |
||
| ) |
Definition at line 529 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 529 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatComplexColumnVector & | , |
| float | p = 2 |
||
| ) |
Definition at line 530 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatComplexRowVector & | , |
| float | p = 2 |
||
| ) |
Definition at line 530 of file oct-norm.cc.
| OCTAVE_API float xnorm | ( | const FloatComplexMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 530 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const SparseMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 553 of file oct-norm.cc.
| OCTAVE_API double xnorm | ( | const SparseComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 554 of file oct-norm.cc.
| OCTAVE_API ColumnVector xrownorms | ( | const Matrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 562 of file oct-norm.cc.
Referenced by Fnorm(), matrix_norm(), and xrownorms().
| OCTAVE_API ColumnVector xrownorms | ( | const ComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 563 of file oct-norm.cc.
| OCTAVE_API FloatColumnVector xrownorms | ( | const FloatMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 564 of file oct-norm.cc.
| OCTAVE_API FloatColumnVector xrownorms | ( | const FloatComplexMatrix & | , |
| float | p = 2 |
||
| ) |
Definition at line 565 of file oct-norm.cc.
| OCTAVE_API ColumnVector xrownorms | ( | const SparseMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 567 of file oct-norm.cc.
| OCTAVE_API ColumnVector xrownorms | ( | const SparseComplexMatrix & | , |
| double | p = 2 |
||
| ) |
Definition at line 568 of file oct-norm.cc.
1.8.1.2