#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "oct-cmplx.h"
#include "DET.h"
Go to the source code of this file.
OCTAVE_API FloatComplexMatrix conj | ( | const FloatComplexMatrix & | a | ) |
Definition at line 924 of file fCMatrix.cc.
OCTAVE_API FloatComplexMatrix Givens | ( | const FloatComplex & | , | |
const FloatComplex & | ||||
) |
Definition at line 3626 of file CMatrix.cc.
References conj(), Array< T >::elem(), and F77_FUNC().
Referenced by DEFUN_DLD().
OCTAVE_API FloatComplexMatrix linspace | ( | const FloatComplexColumnVector & | x1, | |
const FloatComplexColumnVector & | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 4043 of file fCMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 3993 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, imag(), real, Array< T >::rows(), and xmax().
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplex & | c, | |
const FloatComplexMatrix & | m | |||
) |
Definition at line 3953 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
OCTAVE_API FloatComplexMatrix max | ( | const FloatComplexMatrix & | m, | |
const FloatComplex & | c | |||
) |
Definition at line 3973 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplexMatrix & | m, | |
const FloatComplex & | c | |||
) |
Definition at line 3885 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplex & | c, | |
const FloatComplexMatrix & | m | |||
) |
Definition at line 3865 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
OCTAVE_API FloatComplexMatrix min | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 3905 of file fCMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, imag(), real, Array< T >::rows(), and xmin().
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | , | |
const FloatMatrix & | ||||
) |
Definition at line 3691 of file fCMatrix.cc.
References Array< T >::columns(), imag(), min(), real, and Array< T >::rows().
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | a, | |
const FloatComplexRowVector & | b | |||
) |
Definition at line 2916 of file fCMatrix.cc.
References Array< T >::data(), F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), and Array< T >::length().
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatColumnVector & | a, | |
const FloatComplexRowVector & | b | |||
) |
Definition at line 2902 of file fCMatrix.cc.
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatMatrix & | , | |
const FloatComplexMatrix & | ||||
) |
Definition at line 3700 of file fCMatrix.cc.
References Array< T >::columns(), imag(), min(), real, and Array< T >::rows().
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexMatrix & | , | |
const FloatComplexMatrix & | ||||
) |
Definition at line 3852 of file fCMatrix.cc.
References xgemm().
OCTAVE_API FloatComplexMatrix operator* | ( | const FloatComplexColumnVector & | a, | |
const FloatRowVector & | b | |||
) |
Definition at line 2909 of file fCMatrix.cc.
OCTAVE_API FloatComplexMatrix Sylvester | ( | const FloatComplexMatrix & | , | |
const FloatComplexMatrix & | , | |||
const FloatComplexMatrix & | ||||
) |
Definition at line 3640 of file fCMatrix.cc.
References F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), FloatComplexMatrix::hermitian(), Array< T >::rows(), FloatComplexSCHUR::schur_matrix(), and FloatComplexSCHUR::unitary_matrix().
OCTAVE_API FloatComplexMatrix xgemm | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b, | |||
blas_trans_type | transa = blas_no_trans , |
|||
blas_trans_type | transb = blas_no_trans | |||
) |
Definition at line 3738 of file fCMatrix.cc.
References Array< T >::cols(), 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(), xcdotc(), xcdotu(), and Array< T >::xelem().