 
 
	 
In file ../include/EST_IMatrix.h:
| class EST_IMatrix | 
A matrix class for integers.
| ![[more]](icon1.gif)  | EST_IMatrix (int m, int n) size constructor | 
| ![[more]](icon1.gif)  | EST_IMatrix (EST_IMatrix &a) copy constructor | 
| ![[more]](icon1.gif)  | EST_IMatrix (EST_IMatrix &a, int b) CHECK - what does this do??? | 
| ![[more]](icon1.gif)  | EST_IMatrix () default constructor | 
A matrix class for integers. EST_IMatrix x should be used instead of int **x wherever possible.
 EST_IMatrix(int m, int n)
 EST_IMatrix(int m, int n)
 EST_IMatrix(EST_IMatrix &a)
 EST_IMatrix(EST_IMatrix &a)
 EST_IMatrix(EST_IMatrix &a, int b)
 EST_IMatrix(EST_IMatrix &a, int b)
 EST_IMatrix()
 EST_IMatrix()
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