Navigation

Operators and Keywords

Function List:

C++ API

octave_matrix Class Reference

#include <ov-re-mat.h>

Inherits octave_base_matrix< NDArray >.

Inherited by octave_null_matrix.

Collaboration diagram for octave_matrix:

List of all members.


Public Member Functions

 octave_matrix (void)
 octave_matrix (const Matrix &m)
 octave_matrix (const Matrix &m, const MatrixType &t)
 octave_matrix (const NDArray &nda)
 octave_matrix (const Array< double > &m)
 octave_matrix (const DiagMatrix &d)
 octave_matrix (const RowVector &v)
 octave_matrix (const ColumnVector &v)
 octave_matrix (const octave_matrix &m)
 octave_matrix (const Array< octave_idx_type > &idx, bool zero_based=false, bool cache_index=false)
 octave_matrix (const NDArray &nda, const idx_vector &cache)
 ~octave_matrix (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
type_conv_info numeric_demotion_function (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_double_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
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 erf (void) const
octave_value erfc (void) const
octave_value gamma (void) const
octave_value lgamma (void) const
octave_value abs (void) const
octave_value acos (void) const
octave_value acosh (void) const
octave_value angle (void) const
octave_value arg (void) const
octave_value asin (void) const
octave_value asinh (void) const
octave_value atan (void) const
octave_value atanh (void) const
octave_value ceil (void) const
octave_value conj (void) const
octave_value cos (void) const
octave_value cosh (void) const
octave_value exp (void) const
octave_value expm1 (void) const
octave_value fix (void) const
octave_value floor (void) const
octave_value imag (void) const
octave_value log (void) const
octave_value log2 (void) const
octave_value log10 (void) const
octave_value log1p (void) const
octave_value real (void) const
octave_value round (void) const
octave_value roundb (void) const
octave_value signum (void) const
octave_value sin (void) const
octave_value sinh (void) const
octave_value sqrt (void) const
octave_value tan (void) const
octave_value tanh (void) const
octave_value finite (void) const
octave_value isinf (void) const
octave_value isna (void) const
octave_value isnan (void) const

Constructor & Destructor Documentation

octave_matrix::octave_matrix ( void   )  [inline]

octave_matrix::octave_matrix ( const Matrix m  )  [inline]

octave_matrix::octave_matrix ( const Matrix m,
const MatrixType t 
) [inline]

octave_matrix::octave_matrix ( const NDArray nda  )  [inline]

octave_matrix::octave_matrix ( const Array< double > &  m  )  [inline]

octave_matrix::octave_matrix ( const DiagMatrix d  )  [inline]

octave_matrix::octave_matrix ( const RowVector v  )  [inline]

octave_matrix::octave_matrix ( const ColumnVector v  )  [inline]

octave_matrix::octave_matrix ( const octave_matrix m  )  [inline]

octave_matrix::octave_matrix ( const Array< octave_idx_type > &  idx,
bool  zero_based = false,
bool  cache_index = false 
) [inline]

octave_matrix::octave_matrix ( const NDArray nda,
const idx_vector cache 
) [inline]

octave_matrix::~octave_matrix ( void   )  [inline]


Member Function Documentation

octave_value octave_matrix::abs ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::acos ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::acosh ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::angle ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::arg ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::asin ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::asinh ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::atan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::atanh ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::ceil ( void   )  const [virtual]

Reimplemented from octave_base_value.

void octave_matrix::changesign ( void   )  [inline]

charNDArray octave_matrix::char_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_matrix< NDArray >.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::conj ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::cos ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::cosh ( void   )  const [virtual]

Reimplemented from octave_base_value.

void octave_matrix::decrement ( void   )  [inline]

octave_value octave_matrix::diag ( octave_idx_type  k = 0  )  const [virtual]

Reimplemented from octave_base_matrix< NDArray >.

double octave_matrix::double_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_matrix< NDArray >.

octave_value octave_matrix::erf ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::erfc ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::exp ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::expm1 ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::finite ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::fix ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::floor ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::gamma ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::imag ( void   )  const [virtual]

Reimplemented from octave_base_value.

void octave_matrix::increment ( void   )  [inline]

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

bool octave_matrix::is_double_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::isinf ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::isna ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::isnan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::lgamma ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::log ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::log10 ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::log1p ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::log2 ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_base_value::type_conv_info octave_matrix::numeric_demotion_function ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::real ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::round ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::roundb ( void   )  const [virtual]

Reimplemented from octave_base_value.

bool octave_matrix::save_ascii ( std::ostream os  )  [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::signum ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::sin ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::sinh ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

octave_value octave_matrix::sqrt ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::tan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_matrix::tanh ( void   )  const [virtual]

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

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

Reimplemented from octave_base_value.

int octave_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: