In file ../include/EST_DMatrix.h:
class EST_DVector |
A vector class for double precision floating point numbers.
![]() | EST_DVector (int n) Size constructor |
![]() | EST_DVector (const EST_DVector &a) Copy constructor |
![]() | EST_DVector () Default constructor |
![]() | operator*= (const EST_DVector &s) elementwise multiply |
![]() | operator+= (const EST_DVector &s) elementwise add |
![]() | operator*= (const double d) elementwise multiply by scalar |
![]() | operator/= (const double d) elementwise divide by scalar |
![]() | save (const EST_String &filename, const EST_String &type) save vector to file <tt> filename</tt> |
![]() | load (const EST_String &filename) load vector from file <tt> filename</tt> |
![]() | est_load (const EST_String &filename) Load from file in est format (binary/ascii defined in file itself) |
access
A vector class for double precision floating point numbers. EST_DVector x should be used instead of float *x wherever possible.
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