#include "octave-config.h"
#include "DET.h"
#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "dNDArray.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
Go to the source code of this file.
Classes | |
class | Matrix |
OCTAVE_API Matrix Givens | ( | double | x, |
double | y | ||
) |
Definition at line 2682 of file dMatrix.cc.
References Array< T, Alloc >::elem(), F77_FUNC(), and x.
OCTAVE_API Matrix imag | ( | const ComplexMatrix & | a | ) |
Definition at line 135 of file dMatrix.cc.
Referenced by stack_complex_matrix().
OCTAVE_API Matrix linspace | ( | const ColumnVector & | x1, |
const ColumnVector & | x2, | ||
octave_idx_type | n | ||
) |
Definition at line 3006 of file dMatrix.cc.
References Array< T, Alloc >::clear(), and Array< T, Alloc >::numel().
OCTAVE_API Matrix max | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 2983 of file dMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, octave::math::max(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix max | ( | const Matrix & | m, |
double | d | ||
) |
Definition at line 2963 of file dMatrix.cc.
References Array< T, Alloc >::columns(), d, EMPTY_RETURN_CHECK, octave::math::max(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix max | ( | double | d, |
const Matrix & | m | ||
) |
Definition at line 2943 of file dMatrix.cc.
References Array< T, Alloc >::columns(), d, EMPTY_RETURN_CHECK, octave::math::max(), and Array< T, Alloc >::rows().
Referenced by norm1(), and Matrix::pseudo_inverse().
OCTAVE_API Matrix min | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 2919 of file dMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, octave::math::min(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix min | ( | const Matrix & | m, |
double | d | ||
) |
Definition at line 2899 of file dMatrix.cc.
References Array< T, Alloc >::columns(), d, EMPTY_RETURN_CHECK, octave::math::min(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix min | ( | double | d, |
const Matrix & | m | ||
) |
Definition at line 2879 of file dMatrix.cc.
References Array< T, Alloc >::columns(), d, EMPTY_RETURN_CHECK, octave::math::min(), and Array< T, Alloc >::rows().
Referenced by Matrix::pseudo_inverse().
OCTAVE_API boolMatrix mx_el_and | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3048 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3045 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3051 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3047 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3044 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3048 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3045 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3051 of file dMatrix.cc.
OCTAVE_API Matrix operator* | ( | const ColumnVector & | a, |
const RowVector & | b | ||
) |
Definition at line 2325 of file dMatrix.cc.
References Array< T, Alloc >::data(), F77_XFCN, Array< T, Alloc >::fortran_vec(), len, Matrix, and Array< T, Alloc >::numel().
OCTAVE_API Matrix operator* | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 2867 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 134 of file dMatrix.cc.
Referenced by stack_complex_matrix().
OCTAVE_API Matrix Sylvester | ( | const Matrix & | a, |
const Matrix & | b, | ||
const Matrix & | c | ||
) |
Definition at line 2699 of file dMatrix.cc.
References F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::rows(), scale(), octave::math::schur< T >::schur_matrix(), Matrix::transpose(), and octave::math::schur< T >::unitary_schur_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 2781 of file dMatrix.cc.
References blas_no_trans, Array< T, Alloc >::cols(), Array< T, Alloc >::data(), octave::err_nonconformant(), F77_FUNC(), F77_XFCN, Array< T, Alloc >::fortran_vec(), get_blas_trans_arg(), Matrix, Array< T, Alloc >::rows(), xddot(), and Array< T, Alloc >::xelem().
Referenced by operator*().