In file ../include/EST_IMatrix.h:

class EST_IMatrix

A matrix class for integers.

Inheritance:


Public Methods

[more] EST_IMatrix (int m, int n)
size constructor
[more] EST_IMatrix (EST_IMatrix &a)
copy constructor
[more] EST_IMatrix (EST_IMatrix &a, int b)
CHECK - what does this do???
[more] EST_IMatrix ()
default constructor


Documentation

A matrix class for integers. EST_IMatrix x should be used instead of int **x wherever possible.
o EST_IMatrix(int m, int n)
size constructor

o EST_IMatrix(EST_IMatrix &a)
copy constructor

o EST_IMatrix(EST_IMatrix &a, int b)
CHECK - what does this do???

o EST_IMatrix()
default constructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java


This page is part of the Edinburgh Speech Tools Library documentation
Copyright University of Edinburgh 1997
Contact: speech_tools@cstr.ed.ac.uk