Navigation

Operators and Keywords

Function List:

C++ API

OCTAVE_VALUE_INT_MATRIX_T Class Reference

#include <ov-intx.h>

Inherits octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.

Collaboration diagram for OCTAVE_VALUE_INT_MATRIX_T:

List of all members.

Public Member Functions

 OCTAVE_VALUE_INT_MATRIX_T (void)
 OCTAVE_VALUE_INT_MATRIX_T (const intNDArray< OCTAVE_INT_T > &nda)
 OCTAVE_VALUE_INT_MATRIX_T (const Array< OCTAVE_INT_T > &nda)
 ~OCTAVE_VALUE_INT_MATRIX_T (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
bool OCTAVE_TYPE_PREDICATE_FUNCTION (void) const
bool is_integer_type (void) const
builtin_type_t builtin_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=false) const
float float_scalar_value (bool=false) const
Matrix matrix_value (bool=false) const
FloatMatrix float_matrix_value (bool=false) const
ComplexMatrix complex_matrix_value (bool=false) const
FloatComplexMatrix float_complex_matrix_value (bool=false) const
NDArray array_value (bool=false) const
FloatNDArray float_array_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
void increment (void)
void decrement (void)
void changesign (void)
idx_vector index_vector (void) const
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_VALUE_INT_MATRIX_T::OCTAVE_VALUE_INT_MATRIX_T ( void   )  [inline]
OCTAVE_VALUE_INT_MATRIX_T::OCTAVE_VALUE_INT_MATRIX_T ( const intNDArray< OCTAVE_INT_T > &  nda  )  [inline]
OCTAVE_VALUE_INT_MATRIX_T::OCTAVE_VALUE_INT_MATRIX_T ( const Array< OCTAVE_INT_T > &  nda  )  [inline]
OCTAVE_VALUE_INT_MATRIX_T::~OCTAVE_VALUE_INT_MATRIX_T ( void   )  [inline]

Member Function Documentation

NDArray OCTAVE_VALUE_INT_MATRIX_T::array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

mxArray* OCTAVE_VALUE_INT_MATRIX_T::as_mxArray ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

boolNDArray OCTAVE_VALUE_INT_MATRIX_T::bool_array_value ( bool  warn = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_base_value* OCTAVE_VALUE_INT_MATRIX_T::clone ( void   )  const [inline, virtual]
ComplexNDArray OCTAVE_VALUE_INT_MATRIX_T::complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

ComplexMatrix OCTAVE_VALUE_INT_MATRIX_T::complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

void OCTAVE_VALUE_INT_MATRIX_T::decrement ( void   )  [inline]
double OCTAVE_VALUE_INT_MATRIX_T::double_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_base_value* OCTAVE_VALUE_INT_MATRIX_T::empty_clone ( void   )  const [inline, virtual]
FloatNDArray OCTAVE_VALUE_INT_MATRIX_T::float_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexNDArray OCTAVE_VALUE_INT_MATRIX_T::float_complex_array_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatComplexMatrix OCTAVE_VALUE_INT_MATRIX_T::float_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

FloatMatrix OCTAVE_VALUE_INT_MATRIX_T::float_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

float OCTAVE_VALUE_INT_MATRIX_T::float_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

bool OCTAVE_VALUE_INT_MATRIX_T::is_integer_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value OCTAVE_VALUE_INT_MATRIX_T::map ( unary_mapper_t  umap  )  const [inline, virtual]

Reimplemented from octave_base_value.

Matrix OCTAVE_VALUE_INT_MATRIX_T::matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

bool OCTAVE_VALUE_INT_MATRIX_T::OCTAVE_TYPE_PREDICATE_FUNCTION ( void   )  const [inline]
double OCTAVE_VALUE_INT_MATRIX_T::scalar_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

int OCTAVE_VALUE_INT_MATRIX_T::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 file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines