GNU Octave  4.2.1
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 "octave-config.h"
#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<typename 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 2763 of file fMatrix.cc.

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

OCTAVE_API FloatMatrix imag ( const FloatComplexMatrix a)

Definition at line 398 of file fMatrix.cc.

References a, and mx_inline_imag().

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

Definition at line 3083 of file fMatrix.cc.

References current_liboctave_error_handler, m, Array< T >::numel(), and retval.

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 &   
)

Definition at line 3122 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const float &  ,
const FloatMatrix  
)

Definition at line 3125 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_and ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3128 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_eq ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ge ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_gt ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_le ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_lt ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatMatrix ,
const float &   
)

Definition at line 3121 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const float &  ,
const FloatMatrix  
)

Definition at line 3124 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_ne ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3127 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatMatrix ,
const float &   
)

Definition at line 3122 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const float &  ,
const FloatMatrix  
)

Definition at line 3125 of file fMatrix.cc.

OCTAVE_API boolMatrix mx_el_or ( const FloatMatrix ,
const FloatMatrix  
)

Definition at line 3128 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 2944 of file fMatrix.cc.

References xgemm().

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

FloatMatrix operator+ ( const FloatMatrix x)
inline

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

FloatMatrix operator- ( const FloatMatrix x)
inline

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

FloatMatrix product_eq ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 415 of file fMatrix.h.

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

Definition at line 415 of file fMatrix.h.

FloatMatrix quotient_eq ( FloatMatrix x,
const FloatMatrix y 
)
inline

Definition at line 415 of file fMatrix.h.

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

Definition at line 392 of file fMatrix.cc.

References a, and mx_inline_real().

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 
)