Jive reference manual
|
Contains commonly used type definitions. More...
Public Types | |
typedef jem::util::Properties | Properties |
A type representing a set of properties. More... | |
typedef util::Vector | Vector |
A vector type. More... | |
typedef util::Matrix | Matrix |
A matrix type. More... | |
The TypeDefs
class contains various type definitions. It is to be used as an `inheritable namespace'.
The Properties
type represents a set of properties (name-value pairs). It is just a convenient alias for jem::util::Properties
.
The Vector
type represents a one-dimensional array of double precision numbers. It is just a convenient alias for jive::util::Vector
.
The type Matrix
represents a two-dimensional array of double precision numbers. It is just a convenient alias for jive::util::Matrix
.