Navigation

Operators and Keywords

Function List:

C++ API

dMatrix.h File Reference

#include "MArray2.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:

Go to the source code of this file.


Classes

class  Matrix

Defines

#define octave_Matrix_int_h   1

Functions

OCTAVE_API Matrix real (const ComplexMatrix &a)
OCTAVE_API Matrix imag (const ComplexMatrix &a)
OCTAVE_API Matrix operator* (const ColumnVector &a, const RowVector &b)
OCTAVE_API Matrix Givens (double, double)
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)
OCTAVE_API Matrix operator* (const Matrix &a, const Matrix &b)
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 max (double d, const Matrix &m)
OCTAVE_API Matrix max (const Matrix &m, double d)
OCTAVE_API Matrix max (const Matrix &a, const Matrix &b)
OCTAVE_API Matrix linspace (const ColumnVector &x1, const ColumnVector &x2, octave_idx_type n)
template<class T >
void read_int (std::istream &is, bool swap_bytes, T &val)

Define Documentation

#define octave_Matrix_int_h   1


Function Documentation

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

OCTAVE_API Matrix max ( const Matrix m,
double  d 
)

OCTAVE_API Matrix max ( double  d,
const Matrix m 
)

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

OCTAVE_API Matrix min ( const Matrix m,
double  d 
)

OCTAVE_API Matrix min ( double  d,
const Matrix m 
)

OCTAVE_API Matrix operator* ( const Matrix a,
const Matrix b 
)

OCTAVE_API Matrix operator* ( const ColumnVector a,
const RowVector b 
)

template<class T >
void read_int ( std::istream &  is,
bool  swap_bytes,
T val 
) [inline]

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 
)