Interface Omegahat::Matrix

interface Matrix
inherits from Omegahat::BaseMatrix

Operation Index

diagonal
getElements
getQR
getSVD
getSubMatrix
trace

Operations

diagonal
Sequences::DoubleSequence diagonal();
getElements
Sequences::DoubleSequence getElements(in MatrixElementIndexSequence indexPairs);
getQR
QRDecomposition getQR();
getSVD
SVDecomposition getSVD();
getSubMatrix
Matrix getSubMatrix(in Sequences::ULongSequence rows,
                    in Sequences::ULongSequence cols);
trace
double trace();

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