algorithmfoundry / Foundry

The Cognitive Foundry is an open-source Java library for building intelligent systems using machine learning
Other
131 stars 41 forks source link

Add primitive version of MutableX math methods #62

Open jbasilico opened 8 years ago

jbasilico commented 8 years ago

In the MutableInteger, MutableDouble, and MutableLong classes, add methods that take primitives for basic operations like +, -, *, and / along with the self-modifying versions.