|
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 "Array-util.h"#include "byte-swap.h"#include "boolMatrix.h"#include "chMatrix.h"#include "dMatrix.h"#include "dDiagMatrix.h"#include "CMatrix.h"#include "dColVector.h"#include "dRowVector.h"#include "CColVector.h"#include "PermMatrix.h"#include "DET.h"#include "dbleSCHUR.h"#include "dbleSVD.h"#include "dbleCHOL.h"#include "f77-fcn.h"#include "functor.h"#include "lo-error.h"#include "oct-locbuf.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "lo-utils.h"#include "mx-m-dm.h"#include "mx-dm-m.h"#include "mx-inlines.cc"#include "mx-op-defs.h"#include "oct-cmplx.h"#include "oct-fftw.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 3190 of file dMatrix.cc.
Referenced by Givens(), Matrix::lssolve(), and xgemm().
| F77_RET_T F77_FUNC | ( | dgebal | , |
| DGEBAL | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgebak | , |
| DGEBAK | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgemm | , |
| DGEMM | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgemv | , |
| DGEMV | |||
| ) |
| F77_RET_T const double const octave_idx_type const double const octave_idx_type double& F77_RET_T F77_FUNC | ( | dsyrk | , |
| DSYRK | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgetrf | , |
| DGETRF | |||
| ) | const |
| F77_RET_T const octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | dgetrs | , |
| DGETRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgetri | , |
| DGETRI | |||
| ) | const |
| F77_RET_T double const octave_idx_type const octave_idx_type double const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | dgecon | , |
| DGECON | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgelsy | , |
| DGELSY | |||
| ) | const |
| F77_RET_T const octave_idx_type const octave_idx_type double const octave_idx_type double const octave_idx_type octave_idx_type double octave_idx_type double const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | dgelsd | , |
| DGELSD | |||
| ) | const |
| F77_RET_T const octave_idx_type const octave_idx_type double const octave_idx_type double const octave_idx_type octave_idx_type double octave_idx_type double const octave_idx_type octave_idx_type& F77_RET_T const octave_idx_type const octave_idx_type double const octave_idx_type double const octave_idx_type double double octave_idx_type double const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | dpotrf | , |
| DPOTRF | |||
| ) |
| F77_RET_T F77_FUNC | ( | dpocon | , |
| DPOCON | |||
| ) |
| F77_RET_T F77_FUNC | ( | dpotrs | , |
| DPOTRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | dtrtri | , |
| DTRTRI | |||
| ) |
| F77_RET_T F77_FUNC | ( | dtrcon | , |
| DTRCON | |||
| ) |
| F77_RET_T F77_FUNC | ( | dtrtrs | , |
| DTRTRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | dlartg | , |
| DLARTG | |||
| ) | const |
Definition at line 3087 of file dMatrix.cc.
Referenced by xgemm().
Definition at line 2995 of file dMatrix.cc.
References Array< T >::elem(), F77_FUNC(), and x.
| Matrix imag | ( | const ComplexMatrix & | a | ) |
Definition at line 614 of file dMatrix.cc.
References mx_inline_imag().
Referenced by stack_complex_matrix().
| Matrix linspace | ( | const ColumnVector & | x1, |
| const ColumnVector & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 3328 of file dMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
Definition at line 3262 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3282 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3302 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3195 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3215 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3235 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
| boolMatrix mx_el_and | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3363 of file dMatrix.cc.
| boolMatrix mx_el_and | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3366 of file dMatrix.cc.
| boolMatrix mx_el_and | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3369 of file dMatrix.cc.
| boolMatrix mx_el_eq | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_eq | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_eq | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_ge | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_ge | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_ge | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_gt | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_gt | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_gt | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_le | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_le | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_le | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_lt | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_lt | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_lt | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_ne | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3362 of file dMatrix.cc.
| boolMatrix mx_el_ne | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3365 of file dMatrix.cc.
| boolMatrix mx_el_ne | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3368 of file dMatrix.cc.
| boolMatrix mx_el_or | ( | const Matrix & | m, |
| const double & | s | ||
| ) |
Definition at line 3363 of file dMatrix.cc.
| boolMatrix mx_el_or | ( | const double & | s, |
| const Matrix & | m | ||
| ) |
Definition at line 3366 of file dMatrix.cc.
| boolMatrix mx_el_or | ( | const Matrix & | m1, |
| const Matrix & | m2 | ||
| ) |
Definition at line 3369 of file dMatrix.cc.
| Matrix operator* | ( | const ColumnVector & | v, |
| const RowVector & | a | ||
| ) |
Definition at line 2635 of file dMatrix.cc.
References Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::length().
Definition at line 3183 of file dMatrix.cc.
References xgemm().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Matrix & | a | ||
| ) |
Definition at line 2955 of file dMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), octave_write_double(), and Array< T >::rows().
| std::istream& operator>> | ( | std::istream & | is, |
| Matrix & | a | ||
| ) |
Definition at line 2970 of file dMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), and Array< T >::rows().
| Matrix real | ( | const ComplexMatrix & | a | ) |
Definition at line 608 of file dMatrix.cc.
References mx_inline_real().
Referenced by stack_complex_matrix().
|
static |
Definition at line 2012 of file dMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), imag(), real(), and Array< T >::rows().
Referenced by Matrix::solve().
Definition at line 3012 of file dMatrix.cc.
References F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), scale(), SCHUR::schur_matrix(), Matrix::transpose(), and SCHUR::unitary_matrix().
|
static |
Definition at line 2029 of file dMatrix.cc.
References Array< T >::cols(), Array< T >::data(), Array< T >::fortran_vec(), and Array< T >::rows().
Referenced by Matrix::solve().
| Matrix xgemm | ( | const Matrix & | a, |
| const Matrix & | b, | ||
| blas_trans_type | transa, | ||
| blas_trans_type | transb | ||
| ) |
Definition at line 3095 of file dMatrix.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(), xddot(), and Array< T >::xelem().
Referenced by operator*().
| F77_RET_T const octave_idx_type const octave_idx_type const double const octave_idx_type double double& F77_CHAR_ARG_LEN_DECL |
Definition at line 72 of file dMatrix.cc.
1.8.8