Typedefs

Definitions of Matrix Types

Typedefs

typedef Matrix< IntegerIntegerMatrix
 A Matrix of type Integer.
typedef Matrix< RealRealMatrix
 A Matrix of type Real.
typedef Matrix< StringStringMatrix
 A Matrix of type String.
typedef Matrix< ComplexComplexMatrix
 A Matrix of complex values.
typedef Matrix< PitchPitchMatrix
 A Matrix of type Pitch.
typedef Matrix< RationalRationalMatrix
 A Matrix of type Rational.
typedef Matrix< RhythmRhythmMatrix
 A Matrix of type Rhythm.

Typedef Documentation

A Matrix of complex values.

Definition at line 77 of file Musimat.h.

A Matrix of type Integer.

Definition at line 68 of file Musimat.h.

A Matrix of type Pitch.

Definition at line 80 of file Musimat.h.

A Matrix of type Rational.

Definition at line 83 of file Musimat.h.

A Matrix of type Real.

Definition at line 71 of file Musimat.h.

A Matrix of type Rhythm.

Definition at line 86 of file Musimat.h.

A Matrix of type String.

Definition at line 74 of file Musimat.h.