/home5/piconepr/public_html/isip/projects/speech/software/documentation/class/math/matrix/MatrixUshort/MatrixUshort.h
// file: $isip/class/math/matrix/MatrixUshort/MatrixUshort.h
// version: $Id: MatrixUshort.h 6805 2001-04-23 22:57:41Z peng $
//
// make sure definitions are only made once
//
#ifndef ISIP_MATRIX_USHORT
#define ISIP_MATRIX_USHORT
// isip include files
//
#ifndef ISIP_MMATRIX
#include <MMatrix.h>
[snipped]
// method: write
//
boolean write(Sof& sof, long tag, const String& name = CLASS_NAME) const {
return MMatrix<Ushort, ushort>::write(sof, tag, name);
}
[snipped]
//
// end of file
Up |
Home |
Courses |
Projects |
Proposals |
Publications
Please direct questions or comments to
joseph.picone@isip.piconepress.com