#include "octave-config.h"
#include "mx-fwd.h"
#include "oct-cmplx.h"
#include "dColVector.h"
#include "dRowVector.h"
#include "fColVector.h"
#include "fRowVector.h"
Go to the source code of this file.
OCTAVE_API RowVector xcolnorms | ( | const ComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 629 of file oct-norm.cc.
OCTAVE_API FloatRowVector xcolnorms | ( | const FloatComplexMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 631 of file oct-norm.cc.
OCTAVE_API FloatRowVector xcolnorms | ( | const FloatMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 630 of file oct-norm.cc.
OCTAVE_API RowVector xcolnorms | ( | const Matrix & | m, |
double | p = 2 |
||
) |
Definition at line 628 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 634 of file oct-norm.cc.
OCTAVE_API RowVector xcolnorms | ( | const SparseMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 633 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const ComplexMatrix & | x | ) |
Definition at line 586 of file oct-norm.cc.
OCTAVE_API float xfrobnorm | ( | const FloatComplexMatrix & | x | ) |
Definition at line 588 of file oct-norm.cc.
OCTAVE_API float xfrobnorm | ( | const FloatMatrix & | x | ) |
Definition at line 587 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const Matrix & | x | ) |
Definition at line 585 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const SparseComplexMatrix & | x | ) |
Definition at line 614 of file oct-norm.cc.
OCTAVE_API double xfrobnorm | ( | const SparseMatrix & | x | ) |
Definition at line 613 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ColumnVector & | x, |
double | p = 2 |
||
) |
Definition at line 585 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 586 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ComplexMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 586 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const ComplexRowVector & | x, |
double | p = 2 |
||
) |
Definition at line 586 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatColumnVector & | x, |
float | p = 2 |
||
) |
Definition at line 587 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexColumnVector & | x, |
float | p = 2 |
||
) |
Definition at line 588 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexMatrix & | x, |
float | p = 2 |
||
) |
Definition at line 588 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatComplexRowVector & | x, |
float | p = 2 |
||
) |
Definition at line 588 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatMatrix & | x, |
float | p = 2 |
||
) |
Definition at line 587 of file oct-norm.cc.
OCTAVE_API float xnorm | ( | const FloatRowVector & | x, |
float | p = 2 |
||
) |
Definition at line 587 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const Matrix & | x, |
double | p = 2 |
||
) |
Definition at line 585 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const RowVector & | x, |
double | p = 2 |
||
) |
Definition at line 585 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const SparseComplexMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 614 of file oct-norm.cc.
OCTAVE_API double xnorm | ( | const SparseMatrix & | x, |
double | p = 2 |
||
) |
Definition at line 613 of file oct-norm.cc.
OCTAVE_API ColumnVector xrownorms | ( | const ComplexMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 629 of file oct-norm.cc.
OCTAVE_API FloatColumnVector xrownorms | ( | const FloatComplexMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 631 of file oct-norm.cc.
OCTAVE_API FloatColumnVector xrownorms | ( | const FloatMatrix & | m, |
float | p = 2 |
||
) |
Definition at line 630 of file oct-norm.cc.
OCTAVE_API ColumnVector xrownorms | ( | const Matrix & | m, |
double | p = 2 |
||
) |
Definition at line 628 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 634 of file oct-norm.cc.
OCTAVE_API ColumnVector xrownorms | ( | const SparseMatrix & | m, |
double | p = 2 |
||
) |
Definition at line 633 of file oct-norm.cc.