#include <algorithm>#include <cmath>#include <complex>#include <istream>#include <limits>#include <ostream>#include "Array-util.h"#include "DET.h"#include "blas-proto.h"#include "boolMatrix.h"#include "chMatrix.h"#include "chol.h"#include "fCColVector.h"#include "fCDiagMatrix.h"#include "fCMatrix.h"#include "fCNDArray.h"#include "fCRowVector.h"#include "lapack-proto.h"#include "lo-ieee.h"#include "lo-utils.h"#include "mappers.h"#include "mx-fcm-fdm.h"#include "mx-fcm-fs.h"#include "mx-fdm-fcm.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 "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 3533 of file fCMatrix.cc.
| FloatComplexMatrix conj | ( | const FloatComplexMatrix & | a | ) |
Definition at line 679 of file fCMatrix.cc.
References FloatComplexMatrix::conj.
Referenced by Givens().
| FloatComplexMatrix Givens | ( | const FloatComplex & | x, |
| const FloatComplex & | y | ||
| ) |
Definition at line 3284 of file fCMatrix.cc.
References conj(), Array< T, Alloc >::elem(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), and x.
| FloatComplexMatrix linspace | ( | const FloatComplexColumnVector & | x1, |
| const FloatComplexColumnVector & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 3737 of file fCMatrix.cc.
References Array< T, Alloc >::clear(), linspace(), and Array< T, Alloc >::numel().
Referenced by linspace().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b | ||
| ) |
Definition at line 3696 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3704 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3712 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | c, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3689 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | m, |
| FloatComplex & | c | ||
| ) |
Definition at line 3674 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | const FloatComplexMatrix & | m, |
| FloatComplex & | c, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3682 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m | ||
| ) |
| FloatComplexMatrix max | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3646 of file fCMatrix.cc.
References max().
| FloatComplexMatrix max | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3653 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b | ||
| ) |
Definition at line 3597 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3605 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3613 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | m, |
| FloatComplex & | c | ||
| ) |
Definition at line 3574 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | m, |
| FloatComplex & | c, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3582 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | const FloatComplexMatrix & | m, |
| FloatComplex & | c, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3590 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m | ||
| ) |
| FloatComplexMatrix min | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 3546 of file fCMatrix.cc.
References min().
| FloatComplexMatrix min | ( | FloatComplex & | c, |
| const FloatComplexMatrix & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 3553 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, and Array< T, Alloc >::rows().
| boolMatrix mx_el_and | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3767 of file fCMatrix.cc.
| boolMatrix mx_el_and | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3764 of file fCMatrix.cc.
| boolMatrix mx_el_and | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3770 of file fCMatrix.cc.
| boolMatrix mx_el_eq | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_eq | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_eq | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_ge | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_ge | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_ge | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_gt | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_gt | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_gt | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_le | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_le | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_le | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_lt | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_lt | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_lt | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_ne | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3766 of file fCMatrix.cc.
| boolMatrix mx_el_ne | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3763 of file fCMatrix.cc.
| boolMatrix mx_el_ne | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3769 of file fCMatrix.cc.
| boolMatrix mx_el_or | ( | const FloatComplex & | s, |
| const FloatComplexMatrix & | m | ||
| ) |
Definition at line 3767 of file fCMatrix.cc.
| boolMatrix mx_el_or | ( | const FloatComplexMatrix & | m, |
| const FloatComplex & | s | ||
| ) |
Definition at line 3764 of file fCMatrix.cc.
| boolMatrix mx_el_or | ( | const FloatComplexMatrix & | m1, |
| const FloatComplexMatrix & | m2 | ||
| ) |
Definition at line 3770 of file fCMatrix.cc.
| FloatComplexMatrix operator* | ( | const FloatColumnVector & | v, |
| const FloatComplexRowVector & | a | ||
| ) |
Definition at line 2653 of file fCMatrix.cc.
| FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | a, |
| const FloatRowVector & | b | ||
| ) |
Definition at line 2660 of file fCMatrix.cc.
| FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | v, |
| const FloatComplexRowVector & | a | ||
| ) |
Definition at line 2667 of file fCMatrix.cc.
References Array< T, Alloc >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_XFCN, len, Array< T, Alloc >::numel(), and Array< T, Alloc >::rwdata().
| FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b | ||
| ) |
Definition at line 3525 of file fCMatrix.cc.
References xgemm().
| FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | m, |
| const FloatMatrix & | a | ||
| ) |
Definition at line 3354 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), imag(), real(), and Array< T, Alloc >::rows().
| FloatComplexMatrix operator* | ( | const FloatMatrix & | m, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 3363 of file fCMatrix.cc.
References Array< T, Alloc >::columns(), imag(), real(), and Array< T, Alloc >::rows().
| std::ostream & operator<< | ( | std::ostream & | os, |
| const FloatComplexMatrix & | a | ||
| ) |
Definition at line 3245 of file fCMatrix.cc.
| std::istream & operator>> | ( | std::istream & | is, |
| FloatComplexMatrix & | a | ||
| ) |
Definition at line 3261 of file fCMatrix.cc.
| FloatComplexMatrix Sylvester | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| const FloatComplexMatrix & | c | ||
| ) |
Definition at line 3303 of file fCMatrix.cc.
References F77_CMPLX_ARG, F77_XFCN, FloatComplexMatrix::hermitian(), Array< T, Alloc >::rows(), Array< T, Alloc >::rwdata(), and scale().
| FloatComplexMatrix xgemm | ( | const FloatComplexMatrix & | a, |
| const FloatComplexMatrix & | b, | ||
| blas_trans_type | transa, | ||
| blas_trans_type | transb | ||
| ) |
Definition at line 3403 of file fCMatrix.cc.
References blas_conj_trans, blas_no_trans, Array< T, Alloc >::cols(), Array< T, Alloc >::data(), F77_CMPLX_ARG, F77_CONST_CMPLX_ARG, F77_FUNC(), F77_XFCN, Array< T, Alloc >::rows(), Array< T, Alloc >::rwdata(), xcdotc(), xcdotu(), and Array< T, Alloc >::xelem().
Referenced by operator*().