![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>#include <iostream>#include <vector>#include <sys/types.h>#include "Array-util.h"#include "CMatrix.h"#include "CmplxAEPBAL.h"#include "CmplxCHOL.h"#include "CmplxSCHUR.h"#include "CmplxSVD.h"#include "DET.h"#include "f77-fcn.h"#include "functor.h"#include "lo-error.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "lo-utils.h"#include "mx-base.h"#include "mx-cm-dm.h"#include "mx-cm-s.h"#include "mx-dm-cm.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"
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 3893 of file CMatrix.cc.
|
static |
| ComplexMatrix conj | ( | const ComplexMatrix & | a | ) |
Definition at line 929 of file CMatrix.cc.
| F77_RET_T F77_FUNC | ( | zgebal | , |
| ZGEBAL | |||
| ) |
| F77_RET_T F77_FUNC | ( | dgebak | , |
| DGEBAK | |||
| ) |
| F77_RET_T F77_FUNC | ( | zgemm | , |
| ZGEMM | |||
| ) |
| F77_RET_T F77_FUNC | ( | zgemv | , |
| ZGEMV | |||
| ) |
| F77_RET_T const Complex const octave_idx_type const Complex const octave_idx_type Complex& F77_RET_T F77_FUNC | ( | xzdotc | , |
| XZDOTC | |||
| ) | const |
| F77_RET_T const Complex const octave_idx_type const Complex const octave_idx_type Complex& F77_RET_T const Complex const octave_idx_type const Complex const octave_idx_type Complex& F77_RET_T F77_FUNC | ( | zsyrk | , |
| ZSYRK | |||
| ) |
| F77_RET_T F77_FUNC | ( | zherk | , |
| ZHERK | |||
| ) |
| F77_RET_T F77_FUNC | ( | zgetrf | , |
| ZGETRF | |||
| ) | const |
| F77_RET_T const octave_idx_type Complex const octave_idx_type octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zgetrs | , |
| ZGETRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | zgetri | , |
| ZGETRI | |||
| ) | const |
| F77_RET_T Complex const octave_idx_type const octave_idx_type Complex const octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zgecon | , |
| ZGECON | |||
| ) |
| F77_RET_T F77_FUNC | ( | zgelsy | , |
| ZGELSY | |||
| ) | const |
| F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex const octave_idx_type octave_idx_type double octave_idx_type Complex const octave_idx_type double octave_idx_type& F77_RET_T F77_FUNC | ( | zgelsd | , |
| ZGELSD | |||
| ) | const |
| F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex const octave_idx_type octave_idx_type double octave_idx_type Complex const octave_idx_type double octave_idx_type& F77_RET_T const octave_idx_type const octave_idx_type Complex const octave_idx_type Complex const octave_idx_type double double octave_idx_type Complex const octave_idx_type double octave_idx_type octave_idx_type& F77_RET_T F77_FUNC | ( | zpotrf | , |
| ZPOTRF | |||
| ) |
| F77_RET_T F77_FUNC | ( | zpocon | , |
| ZPOCON | |||
| ) |
| F77_RET_T F77_FUNC | ( | zpotrs | , |
| ZPOTRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | ztrtri | , |
| ZTRTRI | |||
| ) |
| F77_RET_T F77_FUNC | ( | ztrcon | , |
| ZTRCON | |||
| ) |
| F77_RET_T F77_FUNC | ( | ztrtrs | , |
| ZTRTRS | |||
| ) |
| F77_RET_T F77_FUNC | ( | zlartg | , |
| ZLARTG | |||
| ) | const |
Definition at line 3761 of file CMatrix.cc.
Referenced by xgemm().
| ComplexMatrix Givens | ( | const Complex & | x, |
| const Complex & | y | ||
| ) |
Definition at line 3653 of file CMatrix.cc.
Referenced by Fgivens().
| ComplexMatrix linspace | ( | const ComplexColumnVector & | x1, |
| const ComplexColumnVector & | x2, | ||
| octave_idx_type | n | ||
| ) |
Definition at line 4076 of file CMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
Referenced by do_linspace(), and install_data_fcns().
| ComplexMatrix max | ( | const Complex & | c, |
| const ComplexMatrix & | m | ||
| ) |
Definition at line 3986 of file CMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
| ComplexMatrix max | ( | const ComplexMatrix & | m, |
| const Complex & | c | ||
| ) |
Definition at line 4006 of file CMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
| ComplexMatrix max | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b | ||
| ) |
Definition at line 4026 of file CMatrix.cc.
References Array< T >::columns(), ComplexMatrix::ComplexMatrix(), EMPTY_RETURN_CHECK, imag(), real, Array< T >::rows(), and xmax().
| ComplexMatrix min | ( | const Complex & | c, |
| const ComplexMatrix & | m | ||
| ) |
Definition at line 3898 of file CMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
| ComplexMatrix min | ( | const ComplexMatrix & | m, |
| const Complex & | c | ||
| ) |
Definition at line 3918 of file CMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
| ComplexMatrix min | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b | ||
| ) |
Definition at line 3938 of file CMatrix.cc.
References Array< T >::columns(), ComplexMatrix::ComplexMatrix(), EMPTY_RETURN_CHECK, imag(), real, Array< T >::rows(), and xmin().
| ComplexMatrix operator* | ( | const ColumnVector & | v, |
| const ComplexRowVector & | a | ||
| ) |
Definition at line 2931 of file CMatrix.cc.
| ComplexMatrix operator* | ( | const ComplexColumnVector & | a, |
| const RowVector & | b | ||
| ) |
Definition at line 2938 of file CMatrix.cc.
| ComplexMatrix operator* | ( | const ComplexColumnVector & | v, |
| const ComplexRowVector & | a | ||
| ) |
Definition at line 2945 of file CMatrix.cc.
References ComplexMatrix::ComplexMatrix(), Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::length().
| ComplexMatrix operator* | ( | const ComplexMatrix & | m, |
| const Matrix & | a | ||
| ) |
Definition at line 3720 of file CMatrix.cc.
References Array< T >::columns(), ComplexMatrix::ComplexMatrix(), imag(), min(), real, and Array< T >::rows().
| ComplexMatrix operator* | ( | const Matrix & | m, |
| const ComplexMatrix & | a | ||
| ) |
Definition at line 3729 of file CMatrix.cc.
References Array< T >::columns(), ComplexMatrix::ComplexMatrix(), imag(), min(), real, and Array< T >::rows().
| ComplexMatrix operator* | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b | ||
| ) |
Definition at line 3886 of file CMatrix.cc.
References xgemm().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const ComplexMatrix & | a | ||
| ) |
Definition at line 3613 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), octave_write_complex(), and Array< T >::rows().
| std::istream& operator>> | ( | std::istream & | is, |
| ComplexMatrix & | a | ||
| ) |
Definition at line 3628 of file CMatrix.cc.
References Array< T >::cols(), Array< T >::elem(), and Array< T >::rows().
| ComplexMatrix Sylvester | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b, | ||
| const ComplexMatrix & | c | ||
| ) |
Definition at line 3671 of file CMatrix.cc.
References F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), ComplexMatrix::hermitian(), Array< T >::rows(), scale(), ComplexSCHUR::schur_matrix(), and ComplexSCHUR::unitary_matrix().
Referenced by Fsyl().
| ComplexMatrix xgemm | ( | const ComplexMatrix & | a, |
| const ComplexMatrix & | b, | ||
| blas_trans_type | transa, | ||
| blas_trans_type | transb | ||
| ) |
Definition at line 3769 of file CMatrix.cc.
References blas_conj_trans, blas_no_trans, Array< T >::cols(), ComplexMatrix::ComplexMatrix(), conj(), 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(), xzdotc(), and xzdotu().
Referenced by do_sqrtm(), oct_binop_herm_mul(), oct_binop_mul_herm(), oct_binop_mul_trans(), oct_binop_trans_mul(), and operator*().
| F77_RET_T const octave_idx_type const octave_idx_type const Complex const octave_idx_type double double& F77_CHAR_ARG_LEN_DECL |
Definition at line 68 of file CMatrix.cc.
1.8.1.2