GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>
#include <iostream>
#include <vector>
#include "fNDArray.h"
#include "Array-util.h"
#include "boolMatrix.h"
#include "chMatrix.h"
#include "fMatrix.h"
#include "fDiagMatrix.h"
#include "fCMatrix.h"
#include "fColVector.h"
#include "fRowVector.h"
#include "fCColVector.h"
#include "PermMatrix.h"
#include "DET.h"
#include "byte-swap.h"
#include "f77-fcn.h"
#include "floatCHOL.h"
#include "floatSCHUR.h"
#include "floatSVD.h"
#include "functor.h"
#include "lo-error.h"
#include "lo-ieee.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"
Go to the source code of this file.
Macros | |
#define | EMPTY_RETURN_CHECK(T) |
Variables | |
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const octave_idx_type octave_idx_type &F77_CHAR_ARG_LEN_DECL | F77_CHAR_ARG_LEN_DECL |
F77_RET_T | F77_CONST_CHAR_ARG_DECL |
#define EMPTY_RETURN_CHECK | ( | T | ) |
Definition at line 3195 of file fMatrix.cc.
Referenced by Givens(), FloatMatrix::lssolve(), and xgemm().
F77_RET_T F77_FUNC | ( | sgebal | , |
SGEBAL | |||
) |
F77_RET_T F77_FUNC | ( | sgebak | , |
SGEBAK | |||
) |
F77_RET_T F77_FUNC | ( | sgemm | , |
SGEMM | |||
) |
F77_RET_T F77_FUNC | ( | sgemv | , |
SGEMV | |||
) |
F77_RET_T const float const octave_idx_type const float const octave_idx_type float& F77_RET_T F77_FUNC | ( | ssyrk | , |
SSYRK | |||
) |
F77_RET_T F77_FUNC | ( | sgetrf | , |
SGETRF | |||
) | const |
F77_RET_T const octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | sgetrs | , |
SGETRS | |||
) |
F77_RET_T F77_FUNC | ( | sgetri | , |
SGETRI | |||
) | const |
F77_RET_T float const octave_idx_type const octave_idx_type float const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | sgecon | , |
SGECON | |||
) |
F77_RET_T F77_FUNC | ( | sgelsy | , |
SGELSY | |||
) | const |
F77_RET_T const octave_idx_type const octave_idx_type float const octave_idx_type float const octave_idx_type octave_idx_type float octave_idx_type float const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | sgelsd | , |
SGELSD | |||
) | const |
F77_RET_T const octave_idx_type const octave_idx_type float const octave_idx_type float const octave_idx_type octave_idx_type float octave_idx_type float const octave_idx_type octave_idx_type& F77_RET_T const octave_idx_type const octave_idx_type float const octave_idx_type float const octave_idx_type float float octave_idx_type float const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | spotrf | , |
SPOTRF | |||
) |
F77_RET_T F77_FUNC | ( | spocon | , |
SPOCON | |||
) |
F77_RET_T F77_FUNC | ( | spotrs | , |
SPOTRS | |||
) |
F77_RET_T F77_FUNC | ( | strtri | , |
STRTRI | |||
) |
F77_RET_T F77_FUNC | ( | strcon | , |
STRCON | |||
) |
F77_RET_T F77_FUNC | ( | strtrs | , |
STRTRS | |||
) |
F77_RET_T F77_FUNC | ( | slartg | , |
SLARTG | |||
) | const |
Definition at line 3092 of file fMatrix.cc.
Referenced by xgemm().
FloatMatrix Givens | ( | float | x, |
float | y | ||
) |
Definition at line 3004 of file fMatrix.cc.
References Array< T >::elem(), F77_FUNC(), and x.
FloatMatrix imag | ( | const FloatComplexMatrix & | a | ) |
Definition at line 621 of file fMatrix.cc.
References mx_inline_imag().
Referenced by stack_complex_matrix().
FloatMatrix linspace | ( | const FloatColumnVector & | x1, |
const FloatColumnVector & | x2, | ||
octave_idx_type | n | ||
) |
Definition at line 3333 of file fMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
FloatMatrix max | ( | float | d, |
const FloatMatrix & | m | ||
) |
Definition at line 3267 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
FloatMatrix max | ( | const FloatMatrix & | m, |
float | d | ||
) |
Definition at line 3287 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
FloatMatrix max | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 3307 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
FloatMatrix min | ( | float | d, |
const FloatMatrix & | m | ||
) |
Definition at line 3200 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
FloatMatrix min | ( | const FloatMatrix & | m, |
float | d | ||
) |
Definition at line 3220 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
FloatMatrix min | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 3240 of file fMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
boolMatrix mx_el_and | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3368 of file fMatrix.cc.
boolMatrix mx_el_and | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3371 of file fMatrix.cc.
boolMatrix mx_el_and | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3374 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_eq | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_ge | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_gt | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_le | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_lt | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3367 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3370 of file fMatrix.cc.
boolMatrix mx_el_ne | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3373 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const FloatMatrix & | m, |
const float & | s | ||
) |
Definition at line 3368 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const float & | s, |
const FloatMatrix & | m | ||
) |
Definition at line 3371 of file fMatrix.cc.
boolMatrix mx_el_or | ( | const FloatMatrix & | m1, |
const FloatMatrix & | m2 | ||
) |
Definition at line 3374 of file fMatrix.cc.
FloatMatrix operator* | ( | const FloatColumnVector & | v, |
const FloatRowVector & | a | ||
) |
Definition at line 2658 of file fMatrix.cc.
References Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::length().
FloatMatrix operator* | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 3188 of file fMatrix.cc.
References xgemm().
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatMatrix & | a | ||
) |
Definition at line 2964 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), octave_write_float(), and Array< T >::rows().
std::istream& operator>> | ( | std::istream & | is, |
FloatMatrix & | a | ||
) |
Definition at line 2979 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), and Array< T >::rows().
FloatMatrix real | ( | const FloatComplexMatrix & | a | ) |
Definition at line 615 of file fMatrix.cc.
References mx_inline_real().
Referenced by stack_complex_matrix().
|
static |
Definition at line 2030 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), imag(), real(), and Array< T >::rows().
Referenced by FloatMatrix::solve().
FloatMatrix Sylvester | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
const FloatMatrix & | c | ||
) |
Definition at line 3021 of file fMatrix.cc.
References F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), scale(), FloatSCHUR::schur_matrix(), FloatMatrix::transpose(), and FloatSCHUR::unitary_matrix().
|
static |
Definition at line 2047 of file fMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), 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 3100 of file fMatrix.cc.
References blas_no_trans, Array< T >::cols(), Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_FUNC(), F77_XFCN, Array< T >::fortran_vec(), get_blas_trans_arg(), gripe_nonconformant(), Array< T >::rows(), Array< T >::xelem(), and xsdot().
Referenced by operator*().
F77_RET_T const octave_idx_type const octave_idx_type const float const octave_idx_type float float& F77_CHAR_ARG_LEN_DECL |
Definition at line 74 of file fMatrix.cc.