Navigation

Operators and Keywords

Function List:

C++ API

octave_float_matrix Class Reference

#include <ov-flt-re-mat.h>

Inherits octave_base_matrix< FloatNDArray >.

Collaboration diagram for octave_float_matrix:

List of all members.

Public Member Functions

 octave_float_matrix (void)
 octave_float_matrix (const FloatMatrix &m)
 octave_float_matrix (const FloatMatrix &m, const MatrixType &t)
 octave_float_matrix (const FloatNDArray &nda)
 octave_float_matrix (const Array< float > &m)
 octave_float_matrix (const FloatDiagMatrix &d)
 octave_float_matrix (const FloatRowVector &v)
 octave_float_matrix (const FloatColumnVector &v)
 octave_float_matrix (const octave_float_matrix &m)
 ~octave_float_matrix (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
octave_base_valuetry_narrowing_conversion (void)
idx_vector index_vector (void) const
builtin_type_t builtin_type (void) const
bool is_real_matrix (void) const
bool is_real_type (void) const
bool is_single_type (void) const
bool is_float_type (void) const
int8NDArray int8_array_value (void) const
int16NDArray int16_array_value (void) const
int32NDArray int32_array_value (void) const
int64NDArray int64_array_value (void) const
uint8NDArray uint8_array_value (void) const
uint16NDArray uint16_array_value (void) const
uint32NDArray uint32_array_value (void) const
uint64NDArray uint64_array_value (void) const
double double_value (bool=false) const
float float_value (bool=false) const
double scalar_value (bool frc_str_conv=false) const
float float_scalar_value (bool frc_str_conv=false) const
Matrix matrix_value (bool=false) const
FloatMatrix float_matrix_value (bool=false) const
Complex complex_value (bool=false) const
FloatComplex float_complex_value (bool=false) const
ComplexMatrix complex_matrix_value (bool=false) const
FloatComplexMatrix float_complex_matrix_value (bool=false) const
ComplexNDArray complex_array_value (bool=false) const
FloatComplexNDArray float_complex_array_value (bool=false) const
boolNDArray bool_array_value (bool warn=false) const
charNDArray char_array_value (bool=false) const
NDArray array_value (bool=false) const
FloatNDArray float_array_value (bool=false) const
SparseMatrix sparse_matrix_value (bool=false) const
SparseComplexMatrix sparse_complex_matrix_value (bool=false) const
octave_value diag (octave_idx_type k=0) const
void increment (void)
void decrement (void)
void changesign (void)
octave_value convert_to_str_internal (bool pad, bool force, char type) const
void print_raw (std::ostream &os, bool pr_as_read_syntax=false) const
bool save_ascii (std::ostream &os)
bool load_ascii (std::istream &is)
bool save_binary (std::ostream &os, bool &save_as_floats)
bool load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt)
int write (octave_stream &os, int block_size, oct_data_conv::data_type output_type, int skip, oct_mach_info::float_format flt_fmt) const
void * mex_get_data (void) const
mxArrayas_mxArray (void) const
octave_value map (unary_mapper_t umap) const

Constructor & Destructor Documentation

octave_float_matrix::octave_float_matrix ( void   )  [inline]
octave_float_matrix::octave_float_matrix ( const FloatMatrix m  )  [inline]
octave_float_matrix::octave_float_matrix ( const FloatMatrix m,
const MatrixType t 
) [inline]
octave_float_matrix::octave_float_matrix ( const FloatNDArray nda  )  [inline]
octave_float_matrix::octave_float_matrix ( const Array< float > &  m  )  [inline]
octave_float_matrix::octave_float_matrix ( const FloatDiagMatrix d  )  [inline]
octave_float_matrix::octave_float_matrix ( const FloatRowVector v  )  [inline]
octave_float_matrix::octave_float_matrix ( const FloatColumnVector v  )  [inline]
octave_float_matrix::octave_float_matrix ( const octave_float_matrix m  )  [inline]
octave_float_matrix::~octave_float_matrix ( void   )  [inline]

Member Function Documentation

NDArray octave_float_matrix::array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

mxArray * octave_float_matrix::as_mxArray ( void   )  const [virtual]

Reimplemented from octave_base_value.

boolNDArray octave_float_matrix::bool_array_value ( bool  warn = false  )  const [virtual]

Reimplemented from octave_base_value.

builtin_type_t octave_float_matrix::builtin_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

void octave_float_matrix::changesign ( void   )  [inline]
charNDArray octave_float_matrix::char_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_float_matrix::clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

ComplexNDArray octave_float_matrix::complex_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

ComplexMatrix octave_float_matrix::complex_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

Complex octave_float_matrix::complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_float_matrix::convert_to_str_internal ( bool  pad,
bool  force,
char  type 
) const [virtual]

Reimplemented from octave_base_value.

void octave_float_matrix::decrement ( void   )  [inline]
octave_value octave_float_matrix::diag ( octave_idx_type  k = 0  )  const [virtual]
double octave_float_matrix::double_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_float_matrix::empty_clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatNDArray octave_float_matrix::float_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexNDArray octave_float_matrix::float_complex_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatComplexMatrix octave_float_matrix::float_complex_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatComplex octave_float_matrix::float_complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatMatrix octave_float_matrix::float_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

float octave_float_matrix::float_scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_float_matrix::float_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

void octave_float_matrix::increment ( void   )  [inline]
idx_vector octave_float_matrix::index_vector ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int16NDArray octave_float_matrix::int16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int32NDArray octave_float_matrix::int32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int64NDArray octave_float_matrix::int64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int8NDArray octave_float_matrix::int8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::is_float_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::is_real_matrix ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::is_real_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::is_single_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::load_ascii ( std::istream &  is  )  [virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::load_binary ( std::istream &  is,
bool  swap,
oct_mach_info::float_format  fmt 
) [virtual]

Reimplemented from octave_base_value.

octave_value octave_float_matrix::map ( unary_mapper_t  umap  )  const [virtual]

Reimplemented from octave_base_value.

Matrix octave_float_matrix::matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

void* octave_float_matrix::mex_get_data ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

void octave_float_matrix::print_raw ( std::ostream &  os,
bool  pr_as_read_syntax = false 
) const [virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::save_ascii ( std::ostream &  os  )  [virtual]

Reimplemented from octave_base_value.

bool octave_float_matrix::save_binary ( std::ostream &  os,
bool save_as_floats 
) [virtual]

Reimplemented from octave_base_value.

double octave_float_matrix::scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseComplexMatrix octave_float_matrix::sparse_complex_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

SparseMatrix octave_float_matrix::sparse_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value * octave_float_matrix::try_narrowing_conversion ( void   )  [virtual]

Reimplemented from octave_base_value.

uint16NDArray octave_float_matrix::uint16_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint32NDArray octave_float_matrix::uint32_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint64NDArray octave_float_matrix::uint64_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

uint8NDArray octave_float_matrix::uint8_array_value ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

int octave_float_matrix::write ( octave_stream os,
int  block_size,
oct_data_conv::data_type  output_type,
int  skip,
oct_mach_info::float_format  flt_fmt 
) const [inline, virtual]

Reimplemented from octave_base_value.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines