Package | Description |
---|---|
marytts.util.math |
Various relatively generic utilities for maths.
|
Modifier and Type | Field and Description |
---|---|
FloatList |
FloatList.next |
FloatList |
FloatList.prev |
Modifier and Type | Method and Description |
---|---|
static FloatList |
FloatList.createList(int size)
Creates a circular list of nodes of the given size
|
Modifier and Type | Method and Description |
---|---|
static void |
FloatList.dump(String title,
FloatList list)
prints out the contents of this list
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.