#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 2687 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 3011 of file dMatrix.cc.
References Array< T, Alloc >::clear(), m, n, Array< T, Alloc >::numel(), and Array< T, Alloc >::xelem().
OCTAVE_API Matrix max | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 2988 of file dMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, max(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix max | ( | const Matrix & | m, |
double | d | ||
) |
Definition at line 2968 of file dMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and max().
OCTAVE_API Matrix max | ( | double | d, |
const Matrix & | m | ||
) |
Definition at line 2948 of file dMatrix.cc.
References d, EMPTY_RETURN_CHECK, and m.
Referenced by max(), norm1(), and Matrix::pseudo_inverse().
OCTAVE_API Matrix min | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 2924 of file dMatrix.cc.
References Array< T, Alloc >::columns(), EMPTY_RETURN_CHECK, min(), and Array< T, Alloc >::rows().
OCTAVE_API Matrix min | ( | const Matrix & | m, |
double | d | ||
) |
Definition at line 2904 of file dMatrix.cc.
References d, EMPTY_RETURN_CHECK, m, and min().
OCTAVE_API Matrix min | ( | double | d, |
const Matrix & | m | ||
) |
Definition at line 2884 of file dMatrix.cc.
References d, EMPTY_RETURN_CHECK, and m.
Referenced by min(), and Matrix::pseudo_inverse().
OCTAVE_API boolMatrix mx_el_and | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3053 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_and | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3056 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_eq | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ge | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_gt | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_le | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_lt | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3052 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3049 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_ne | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3055 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const double & | s, |
const Matrix & | m | ||
) |
Definition at line 3053 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const Matrix & | m, |
const double & | s | ||
) |
Definition at line 3050 of file dMatrix.cc.
OCTAVE_API boolMatrix mx_el_or | ( | const Matrix & | m1, |
const Matrix & | m2 | ||
) |
Definition at line 3056 of file dMatrix.cc.
OCTAVE_API Matrix operator* | ( | const ColumnVector & | a, |
const RowVector & | b | ||
) |
Definition at line 2330 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 2872 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 2704 of file dMatrix.cc.
References F77_XFCN, Array< T, Alloc >::fortran_vec(), Array< T, Alloc >::rows(), scale(), and Matrix::transpose().
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 2786 of file dMatrix.cc.
References blas_no_trans, Array< T, Alloc >::cols(), Array< T, Alloc >::data(), 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*().