GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "DET.h"
Go to the source code of this file.
Classes | |
class | Matrix |
Definition at line 3084 of file dMatrix.cc.
References Array< T >::elem(), F77_FUNC(), and x.
OCTAVE_API Matrix imag | ( | const ComplexMatrix & | a | ) |
Definition at line 598 of file dMatrix.cc.
References mx_inline_imag().
OCTAVE_API Matrix linspace | ( | const ColumnVector & | x1, |
const ColumnVector & | x2, | ||
octave_idx_type | n | ||
) |
Definition at line 3414 of file dMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
Definition at line 3348 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3368 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3388 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3281 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3301 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3321 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
OCTAVE_API Matrix operator* | ( | const ColumnVector & | a, |
const RowVector & | b | ||
) |
Definition at line 2647 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 3269 of file dMatrix.cc.
References xgemm().
Referenced by read_mat5_binary_element().
OCTAVE_API Matrix real | ( | const ComplexMatrix & | a | ) |
Definition at line 592 of file dMatrix.cc.
References mx_inline_real().
Definition at line 3101 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().
OCTAVE_API Matrix xgemm | ( | const Matrix & | a, |
const Matrix & | b, | ||
blas_trans_type | transa = blas_no_trans , |
||
blas_trans_type | transb = blas_no_trans |
||
) |
Definition at line 3184 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().