#include <algorithm>#include <cmath>#include <istream>#include <limits>#include <ostream>#include "Array-util.h"#include "DET.h"#include "PermMatrix.h"#include "blas-proto.h"#include "boolMatrix.h"#include "byte-swap.h"#include "chMatrix.h"#include "chol.h"#include "fCColVector.h"#include "fCMatrix.h"#include "fColVector.h"#include "fDiagMatrix.h"#include "fMatrix.h"#include "fNDArray.h"#include "fRowVector.h"#include "lapack-proto.h"#include "lo-ieee.h"#include "lo-utils.h"#include "mappers.h"#include "mx-fdm-fm.h"#include "mx-fm-fdm.h"#include "mx-inlines.cc"#include "mx-op-defs.h"#include "oct-cmplx.h"#include "oct-error.h"#include "oct-fftw.h"#include "oct-locbuf.h"#include "oct-norm.h"#include "quit.h"#include "schur.h"#include "svd.h"Go to the source code of this file.
Macros | |
| #define | EMPTY_RETURN_CHECK(T) |
| #define EMPTY_RETURN_CHECK | ( | T | ) |
Definition at line 2922 of file fMatrix.cc.
| FloatMatrix Givens | ( | float | x, |
| float | y | ||
| ) |
Definition at line 2734 of file fMatrix.cc.
References Array< T, Alloc >::elem(), F77_FUNC(), and x.
| FloatMatrix imag | ( | const FloatComplexMatrix & | a | ) |
Definition at line 398 of file fMatrix.cc.
| FloatMatrix linspace | ( | const FloatColumnVector & | x1, |
| const FloatColumnVector & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 3147 of file fMatrix.cc.
References Array< T, Alloc >::clear(), linspace(), and Array< T, Alloc >::numel().
Referenced by linspace().
| FloatMatrix max | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b | ||
| ) |
Definition at line 3107 of file fMatrix.cc.
References max().
| FloatMatrix max | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3115 of file fMatrix.cc.
References max().
| FloatMatrix max | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3122 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| FloatMatrix max | ( | const FloatMatrix & | m, |
| float | f | ||
| ) |
Definition at line 3072 of file fMatrix.cc.
| FloatMatrix max | ( | const FloatMatrix & | m, |
| float | f, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3080 of file fMatrix.cc.
| FloatMatrix max | ( | const FloatMatrix & | m, |
| float | f, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3087 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, f, and Array< T, Alloc >::rows().
| FloatMatrix max | ( | float | f, |
| const FloatMatrix & | m | ||
| ) |
| FloatMatrix max | ( | float | f, |
| const FloatMatrix & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3045 of file fMatrix.cc.
| FloatMatrix max | ( | float | f, |
| const FloatMatrix & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3052 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, f, and Array< T, Alloc >::rows().
| FloatMatrix min | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b | ||
| ) |
Definition at line 2997 of file fMatrix.cc.
References min().
| FloatMatrix min | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3005 of file fMatrix.cc.
References min().
| FloatMatrix min | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3012 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| FloatMatrix min | ( | const FloatMatrix & | m, |
| float | f | ||
| ) |
Definition at line 2962 of file fMatrix.cc.
| FloatMatrix min | ( | const FloatMatrix & | m, |
| float | f, | ||
| const bool | nanflag | ||
| ) |
Definition at line 2970 of file fMatrix.cc.
| FloatMatrix min | ( | const FloatMatrix & | m, |
| float | f, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 2977 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, f, and Array< T, Alloc >::rows().
| FloatMatrix min | ( | float | f, |
| const FloatMatrix & | m | ||
| ) |
| FloatMatrix min | ( | float | f, |
| const FloatMatrix & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 2935 of file fMatrix.cc.
| FloatMatrix min | ( | float | f, |
| const FloatMatrix & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 2942 of file fMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, f, and Array< T, Alloc >::rows().
| boolMatrix mx_el_and | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3177 of file fMatrix.cc.
| boolMatrix mx_el_and | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3174 of file fMatrix.cc.
| boolMatrix mx_el_and | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3180 of file fMatrix.cc.
| boolMatrix mx_el_eq | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_eq | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_eq | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_ge | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_ge | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_ge | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_gt | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_gt | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_gt | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_le | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_le | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_le | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_lt | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_lt | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_lt | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_ne | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3176 of file fMatrix.cc.
| boolMatrix mx_el_ne | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3173 of file fMatrix.cc.
| boolMatrix mx_el_ne | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3179 of file fMatrix.cc.
| boolMatrix mx_el_or | ( | const float & | s, |
| const FloatMatrix & | m | ||
| ) |
Definition at line 3177 of file fMatrix.cc.
| boolMatrix mx_el_or | ( | const FloatMatrix & | m, |
| const float & | s | ||
| ) |
Definition at line 3174 of file fMatrix.cc.
| boolMatrix mx_el_or | ( | const FloatMatrix & | m1, |
| const FloatMatrix & | m2 | ||
| ) |
Definition at line 3180 of file fMatrix.cc.
| FloatMatrix operator* | ( | const FloatColumnVector & | v, |
| const FloatRowVector & | a | ||
| ) |
Definition at line 2355 of file fMatrix.cc.
References Array< T, Alloc >::data(), F77_XFCN, len, Array< T, Alloc >::numel(), and Array< T, Alloc >::rwdata().
| FloatMatrix operator* | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b | ||
| ) |
Definition at line 2915 of file fMatrix.cc.
References xgemm().
| std::ostream & operator<< | ( | std::ostream & | os, |
| const FloatMatrix & | a | ||
| ) |
Definition at line 2695 of file fMatrix.cc.
| std::istream & operator>> | ( | std::istream & | is, |
| FloatMatrix & | a | ||
| ) |
Definition at line 2711 of file fMatrix.cc.
| FloatMatrix real | ( | const FloatComplexMatrix & | a | ) |
Definition at line 392 of file fMatrix.cc.
| FloatMatrix Sylvester | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| const FloatMatrix & | c | ||
| ) |
Definition at line 2751 of file fMatrix.cc.
References F77_XFCN, Array< T, Alloc >::rows(), Array< T, Alloc >::rwdata(), scale(), and FloatMatrix::transpose().
| FloatMatrix xgemm | ( | const FloatMatrix & | a, |
| const FloatMatrix & | b, | ||
| blas_trans_type | transa, | ||
| blas_trans_type | transb | ||
| ) |
Definition at line 2829 of file fMatrix.cc.
References blas_no_trans, Array< T, Alloc >::cols(), Array< T, Alloc >::data(), F77_FUNC(), F77_XFCN, Array< T, Alloc >::rows(), Array< T, Alloc >::rwdata(), Array< T, Alloc >::xelem(), and xsdot().
Referenced by operator*().