Began implementing two-dimensional geometry.
Updated documentation for MarkovChain, added ability to add custom model for MarkovChain.
Documentation pass, plus some additional functions including adding exsec/excsc/versin/vercos to Trig utilities.
Further refinement of vectors; statically-allocated vectors get special apply functions which operate on the same class. Added readOnlyView() to MutableVectors. Added lots of documentation.
Some refactoring on vectors; added geometric vectors and reimplement apply for statically allocated vectors (which have a constant size and can take advantage of overriding these methods).
Added some concrete arithmetic matrices, vectors
Added typed matrices, more work on Arithmetic vectors.
Began working on primitive matrices, storage matrix implementation
Began working on matrix infrastructure.
Refactored Iterators to use JERRI, old iterators are now deprecated and will go away next update.
Began working on arithmetic vector, fleshed out bit vector code
Added ArrayVector tests
Added constructor tests to tuple vectors
Added unit tests for vectors, bitvector stub
Added statically allocated vectors, bounds checking code; fleshed out Arrays and associated unit test a bit more
More work on array primitives, added metacode generator and unit test
Began working on vector framework; added Cloneable and SelectivelyCloneable, and also added Arrays class.
More additions to bitwise, added ByteIterator and friends
Added Bitwise utility class, MarkovChain
Another documentation pass; added several functions that need to be added to the C library, mostly trigonometry, digamma and sum functions. Also added Angle objects.
End of stream as of 7/24. Mostly documentation updated, added relative error functions, fixed number generation in default RAndom implementation, worked on distribution viewer example.
End of stream as of 7/21/21. Added Distributions, implemented NormalDistribution and related math functions. Began work on distviewer example.
Somehow pom.xml got dropped
Added javadoc to POM
Initial import