GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
fMatrix.h File Reference
#include "fNDArray.h"
#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 &m, float d)
 
OCTAVE_API FloatMatrix max (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 boolMatrix mx_el_and (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_and (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_and (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_eq (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_eq (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_ge (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_ge (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_gt (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_gt (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_le (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_le (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_lt (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_lt (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_ne (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_ne (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const FloatMatrix &, const float &)
 
OCTAVE_API boolMatrix mx_el_or (const float &, const FloatMatrix &)
 
OCTAVE_API boolMatrix mx_el_or (const FloatMatrix &, const FloatMatrix &)
 
OCTAVE_API FloatMatrix operator* (const FloatColumnVector &a, const FloatRowVector &b)
 
OCTAVE_API FloatMatrix operator* (const FloatMatrix &a, const FloatMatrix &b)
 
FloatMatrix operator* (const FloatMatrix &x, const float &y)
 
FloatMatrix operator* (const float &x, const FloatMatrix &y)
 
FloatMatrix operator*= (FloatMatrix &x, const float &y)
 
FloatMatrix operator+ (const float &x, const FloatMatrix &y)
 
FloatMatrix operator+ (const FloatMatrix &x)
 
FloatMatrix operator+ (const FloatMatrix &x, const float &y)
 
FloatMatrix operator+ (const FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix operator+= (FloatMatrix &x, const float &y)
 
FloatMatrix operator+= (FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix operator- (const FloatMatrix &x, const float &y)
 
FloatMatrix operator- (const float &x, const FloatMatrix &y)
 
FloatMatrix operator- (const FloatMatrix &x)
 
FloatMatrix operator- (const FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix operator-= (FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix operator-= (FloatMatrix &x, const float &y)
 
FloatMatrix operator/ (const FloatMatrix &x, const float &y)
 
FloatMatrix operator/ (const float &x, const FloatMatrix &y)
 
FloatMatrix operator/= (FloatMatrix &x, const float &y)
 
FloatMatrix product (const FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix product_eq (FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix quotient (const FloatMatrix &x, const FloatMatrix &y)
 
FloatMatrix quotient_eq (FloatMatrix &x, const FloatMatrix &y)
 
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 3004 of file fMatrix.cc.

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

OCTAVE_API FloatMatrix imag ( const FloatComplexMatrix a)

Definition at line 621 of file fMatrix.cc.

References mx_inline_imag().

Referenced by stack_complex_matrix().

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

Definition at line 3333 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 3267 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 3287 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 3307 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 3200 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 3220 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 3240 of file fMatrix.cc.

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

OCTAVE_API boolMatrix mx_el_and ( const FloatMatrix ,
const float  
)

Definition at line 3368 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const float ,
const FloatMatrix  
)

Definition at line 3371 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3374 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatMatrix ,
const float  
)

Definition at line 3367 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const float ,
const FloatMatrix  
)

Definition at line 3370 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3373 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatMatrix ,
const float  
)

Definition at line 3368 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const float ,
const FloatMatrix  
)

Definition at line 3371 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3374 of file fMatrix.cc.

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

Definition at line 3188 of file fMatrix.cc.

References xgemm().

FloatMatrix operator* ( const FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator* ( const float x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator*= ( FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+ ( const float x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+ ( const FloatMatrix x)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+ ( const FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+ ( const FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+= ( FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator+= ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator- ( const FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator- ( const float x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator- ( const FloatMatrix x)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator- ( const FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator-= ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator-= ( FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator/ ( const FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator/ ( const float x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix operator/= ( FloatMatrix x,
const float y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix product ( const FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix product_eq ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix quotient ( const FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

FloatMatrix quotient_eq ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 401 of file fMatrix.h.

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

Definition at line 615 of file fMatrix.cc.

References mx_inline_real().

Referenced by stack_complex_matrix().

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 
)