#include <algorithm>
#include <istream>
#include <limits>
#include <ostream>
#include "Array-util.h"
#include "DET.h"
#include "PermMatrix.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 "lo-blas-proto.h"
#include "lo-error.h"
#include "lo-ieee.h"
#include "lo-lapack-proto.h"
#include "lo-mappers.h"
#include "lo-utils.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-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 2869 of file fMatrix.cc.
|
static |
Definition at line 2768 of file fMatrix.cc.
Referenced by xgemm().
FloatMatrix Givens | ( | float | x, |
float | y | ||
) |
Definition at line 2681 of file fMatrix.cc.
References Array< T >::elem(), F77_FUNC(), and x.
FloatMatrix imag | ( | const FloatComplexMatrix & | a | ) |
Definition at line 397 of file fMatrix.cc.
Referenced by stack_complex_matrix().
FloatMatrix linspace | ( | const FloatColumnVector & | x1, |
const FloatColumnVector & | x2, | ||
octave_idx_type | n | ||
) |
Definition at line 3001 of file fMatrix.cc.
References Array< T >::clear(), m, n, Array< T >::numel(), retval, and Array< T >::xelem().
FloatMatrix max | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2978 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, octave::math::max(), and Array< T >::rows().
FloatMatrix max | ( | const FloatMatrix & | m, |
float | d | ||
) |
Definition at line 2958 of file fMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and octave::math::max().
FloatMatrix max | ( | float | d, |
const FloatMatrix & | m | ||
) |
Definition at line 2938 of file fMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and octave::math::max().
Referenced by norm1(), and FloatMatrix::pseudo_inverse().
FloatMatrix min | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2914 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, octave::math::min(), and Array< T >::rows().
FloatMatrix min | ( | const FloatMatrix & | m, |
float | d | ||
) |
Definition at line 2894 of file fMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and octave::math::min().
FloatMatrix min | ( | float | d, |
const FloatMatrix & | m | ||
) |
Definition at line 2874 of file fMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and octave::math::min().
Referenced by FloatMatrix::pseudo_inverse().
boolMatrix mx_el_and | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3043 of file fMatrix.cc.
boolMatrix mx_el_and | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3040 of file fMatrix.cc.
boolMatrix mx_el_and | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3046 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3042 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3039 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3045 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3043 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3040 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3046 of file fMatrix.cc.
|
static |
Definition at line 436 of file fMatrix.cc.
References FloatMatrix::abs(), octave::math::isinf(), octave::math::isnan(), max(), Array< T >::numel(), FloatMatrix::row(), FloatMatrix::sum(), and Array< T >::xelem().
Referenced by FloatMatrix::determinant(), FloatMatrix::finverse(), FloatMatrix::fsolve(), FloatMatrix::lssolve(), and FloatMatrix::rcond().
FloatMatrix operator* | ( | const FloatColumnVector & | v, |
const FloatRowVector & | a | ||
) |
Definition at line 2338 of file fMatrix.cc.
References Array< T >::data(), F77_XFCN, Array< T >::fortran_vec(), len, Array< T >::numel(), and retval.
FloatMatrix operator* | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2862 of file fMatrix.cc.
References xgemm().
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatMatrix & | a | ||
) |
Definition at line 2642 of file fMatrix.cc.
std::istream& operator>> | ( | std::istream & | is, |
FloatMatrix & | a | ||
) |
Definition at line 2658 of file fMatrix.cc.
FloatMatrix real | ( | const FloatComplexMatrix & | a | ) |
Definition at line 391 of file fMatrix.cc.
Referenced by stack_complex_matrix().
|
static |
Definition at line 1674 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), imag(), m, n, real(), retval, and Array< T >::rows().
Referenced by FloatMatrix::solve().
FloatMatrix Sylvester | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
const FloatMatrix & | c | ||
) |
Definition at line 2698 of file fMatrix.cc.
References F77_XFCN, Array< T >::fortran_vec(), retval, Array< T >::rows(), scale(), octave::math::schur< T >::schur_matrix(), FloatMatrix::transpose(), and octave::math::schur< T >::unitary_matrix().
|
static |
Definition at line 1691 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), m, n, retval, and Array< T >::rows().
Referenced by FloatMatrix::solve().
FloatMatrix xgemm | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
blas_trans_type | transa, | ||
blas_trans_type | transb | ||
) |
Definition at line 2776 of file fMatrix.cc.
References blas_no_trans, Array< T >::cols(), Array< T >::data(), octave::err_nonconformant(), F77_FUNC(), F77_XFCN, Array< T >::fortran_vec(), get_blas_trans_arg(), retval, Array< T >::rows(), Array< T >::xelem(), and xsdot().
Referenced by operator*().