Navigation

Operators and Keywords

Function List:

C++ API

fMatrix.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 fMatrix.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  FloatMatrix

Defines

#define octave_FloatMatrix_int_h   1

Functions

OCTAVE_API FloatMatrix real (const FloatComplexMatrix &a)
OCTAVE_API FloatMatrix imag (const FloatComplexMatrix &a)
OCTAVE_API FloatMatrix operator* (const FloatColumnVector &a, const FloatRowVector &b)
OCTAVE_API FloatMatrix Givens (float, float)
OCTAVE_API FloatMatrix Sylvester (const FloatMatrix &, const FloatMatrix &, const FloatMatrix &)
OCTAVE_API FloatMatrix xgemm (const FloatMatrix &a, const FloatMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans)
OCTAVE_API FloatMatrix operator* (const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatMatrix min (float d, const FloatMatrix &m)
OCTAVE_API FloatMatrix min (const FloatMatrix &m, float d)
OCTAVE_API FloatMatrix min (const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatMatrix max (float d, const FloatMatrix &m)
OCTAVE_API FloatMatrix max (const FloatMatrix &m, float d)
OCTAVE_API FloatMatrix max (const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatMatrix linspace (const FloatColumnVector &x1, const FloatColumnVector &x2, octave_idx_type n)
template<class T >
void read_int (std::istream &is, bool swap_bytes, T &val)

Define Documentation

#define octave_FloatMatrix_int_h   1


Function Documentation

OCTAVE_API FloatMatrix Givens ( float  ,
float   
)

OCTAVE_API FloatMatrix imag ( const FloatComplexMatrix a  ) 

OCTAVE_API FloatMatrix linspace ( const FloatColumnVector x1,
const FloatColumnVector x2,
octave_idx_type  n 
)

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

OCTAVE_API FloatMatrix max ( const FloatMatrix m,
float  d 
)

OCTAVE_API FloatMatrix max ( float  d,
const FloatMatrix m 
)

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

OCTAVE_API FloatMatrix min ( const FloatMatrix m,
float  d 
)

OCTAVE_API FloatMatrix min ( float  d,
const FloatMatrix m 
)

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

OCTAVE_API FloatMatrix operator* ( const FloatColumnVector a,
const FloatRowVector b 
)

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

OCTAVE_API FloatMatrix real ( const FloatComplexMatrix a  ) 

OCTAVE_API FloatMatrix Sylvester ( const FloatMatrix ,
const FloatMatrix ,
const FloatMatrix  
)

OCTAVE_API FloatMatrix xgemm ( const FloatMatrix a,
const FloatMatrix b,
blas_trans_type  transa = blas_no_trans,
blas_trans_type  transb = blas_no_trans 
)