|
|||||||||
| Home >> All >> us >> rconner >> math >> [ matrix overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package us.rconner.math.matrix
Contains algorithms related to combinatorics and number theory, methods to test floating point numbers within tolerance and to compute norms, and some generally useful mathematics-related utilities.
See:
Description
| Interface Summary | |
| Matrix | A general Matrix interface, where the elements are doubles and the entries are indexed by int's. |
| Vector | A general vector interface, where the elements are doubles and the entries are indexed by int's. |
| VectorView | A Vector view of a particular row or column of a Matrix. |
Package us.rconner.math.matrix Description
Contains algorithms related to combinatorics and number theory, methods to test floating point numbers within tolerance and to compute norms, and some generally useful mathematics-related utilities.
- Since:
- Melange 1.0
|
|||||||||
| Home >> All >> us >> rconner >> math >> [ matrix overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||