Classes | Functions

fMatrix.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 fMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FloatMatrix

Functions

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 (float d, const FloatMatrix &m)
OCTAVE_API FloatMatrix max (const FloatMatrix &a, const FloatMatrix &b)
OCTAVE_API FloatMatrix max (const FloatMatrix &m, float d)
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 operator* (const FloatColumnVector &a, const FloatRowVector &b)
OCTAVE_API FloatMatrix operator* (const FloatMatrix &a, const FloatMatrix &b)
template<class T >
void read_int (std::istream &is, bool swap_bytes, T &val)
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)

Function Documentation

OCTAVE_API FloatMatrix Givens ( float  ,
float   
)

Definition at line 3055 of file fMatrix.cc.

References Array< T >::elem(), and F77_FUNC().

OCTAVE_API FloatMatrix imag ( const FloatComplexMatrix a  ) 

Definition at line 598 of file fMatrix.cc.

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

Definition at line 3382 of file fMatrix.cc.

References current_liboctave_error_handler, and Array< T >::length().

OCTAVE_API FloatMatrix max ( float  d,
const FloatMatrix m 
)

Definition at line 3316 of file fMatrix.cc.

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

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

Definition at line 3356 of file fMatrix.cc.

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

OCTAVE_API FloatMatrix max ( const FloatMatrix m,
float  d 
)

Definition at line 3336 of file fMatrix.cc.

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

OCTAVE_API FloatMatrix min ( float  d,
const FloatMatrix m 
)

Definition at line 3249 of file fMatrix.cc.

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

OCTAVE_API FloatMatrix min ( const FloatMatrix m,
float  d 
)

Definition at line 3269 of file fMatrix.cc.

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

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

Definition at line 3289 of file fMatrix.cc.

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

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

Definition at line 3236 of file fMatrix.cc.

References xgemm().

template<class T >
void read_int ( std::istream &  is,
bool  swap_bytes,
T &  val 
)
OCTAVE_API FloatMatrix real ( const FloatComplexMatrix a  ) 

Definition at line 592 of file fMatrix.cc.

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