Interface Omegahat::BaseMatrix

interface BaseMatrix

Operation Index

allData
dim
getElement
ncol
nrow
setElement

Alias Index

MatrixDimensions

Operations

allData
Sequences::DoubleSequence allData(in boolean byrow);
dim
MatrixDimensions dim();
getElement
double getElement(in unsigned long i,
                  in unsigned long j);
ncol
unsigned long ncol();
nrow
unsigned long nrow();
setElement
void setElement(in unsigned long i,
                in unsigned long j,
                in double value);

Aliases

MatrixDimensions
typedef sequence<unsigned long, 2> MatrixDimensions;

Generated by the ORBacus IDL-to-HTML translator (non-commercial)