The Pegasus Commons library for Java applications. This library includes the following.
- Tensors (
double-based mathematical tensors)- Mathematical Operations
- Vectors
- Matrices (also a
double-grid)
- Tuples (immutable, fixed-size)
- Reference-based generic tuples
- Value-based primitive tuples (
double,long,int)
- Grids (mutable, fixed-size)
- Reference-based generic grids
- Value-based primitive grids (
double,long,int)
- Pointers (mutable, fixed-size)
- Reference-based generic pointers
- Value-based primitive pointers (
double,long,int)