Classes | Functions

dMatrix.h File Reference

#include "MArray.h"
#include "MDiagArray2.h"
#include "MatrixType.h"
#include "mx-defs.h"
#include "mx-op-decl.h"
#include "DET.h"
Include dependency graph for dMatrix.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

OCTAVE_API Matrix Givens ( double  ,
double   
)

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().

OCTAVE_API Matrix max ( double  d,
const Matrix m 
)

Definition at line 3320 of file dMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().

OCTAVE_API Matrix max ( const Matrix a,
const Matrix b 
)

Definition at line 3360 of file dMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().

OCTAVE_API Matrix max ( const Matrix m,
double  d 
)

Definition at line 3340 of file dMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmax().

OCTAVE_API Matrix min ( double  d,
const Matrix m 
)

Definition at line 3253 of file dMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().

OCTAVE_API Matrix min ( const Matrix m,
double  d 
)

Definition at line 3273 of file dMatrix.cc.

References Array< T >::columns(), EMPTY_RETURN_CHECK, Array< T >::rows(), and xmin().

OCTAVE_API Matrix min ( const Matrix a,
const Matrix b 
)

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 
)
OCTAVE_API Matrix operator* ( const Matrix a,
const Matrix b 
)

Definition at line 3240 of file dMatrix.cc.

References xgemm().

template<class T >
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.

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 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines