#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 |
Functions | |
OCTAVE_API Matrix | Givens (double, double) |
OCTAVE_API Matrix | imag (const ComplexMatrix &a) |
OCTAVE_API Matrix | linspace (const ColumnVector &x1, const ColumnVector &x2, octave_idx_type n) |
OCTAVE_API Matrix | max (double d, const Matrix &m) |
OCTAVE_API Matrix | max (const Matrix &a, const Matrix &b) |
OCTAVE_API Matrix | max (const Matrix &m, double d) |
OCTAVE_API Matrix | min (double d, const Matrix &m) |
OCTAVE_API Matrix | min (const Matrix &m, double d) |
OCTAVE_API Matrix | min (const Matrix &a, const Matrix &b) |
OCTAVE_API Matrix | operator* (const ColumnVector &a, const RowVector &b) |
OCTAVE_API Matrix | operator* (const Matrix &a, const Matrix &b) |
template<class T > | |
void | read_int (std::istream &is, bool swap_bytes, T &val) |
OCTAVE_API Matrix | real (const ComplexMatrix &a) |
OCTAVE_API Matrix | Sylvester (const Matrix &, const Matrix &, const 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 3055 of file dMatrix.cc.
References Array< T >::elem(), and F77_FUNC().
OCTAVE_API Matrix imag | ( | const ComplexMatrix & | a | ) |
Definition at line 598 of file dMatrix.cc.
OCTAVE_API Matrix linspace | ( | const ColumnVector & | x1, | |
const ColumnVector & | x2, | |||
octave_idx_type | n | |||
) |
Definition at line 3386 of file dMatrix.cc.
References current_liboctave_error_handler, and Array< T >::length().
Definition at line 3320 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3360 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3340 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().
Definition at line 3253 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3273 of file dMatrix.cc.
References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().
Definition at line 3293 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 2634 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 3240 of file dMatrix.cc.
References xgemm().
void read_int | ( | std::istream & | is, | |
bool | swap_bytes, | |||
T & | val | |||
) |
OCTAVE_API Matrix real | ( | const ComplexMatrix & | a | ) |
Definition at line 592 of file dMatrix.cc.
Definition at line 3072 of file dMatrix.cc.
References F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), 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 3155 of file dMatrix.cc.
References 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().