A collection of terse matrix utilities. A part of geom.
-
Memory managed each utility has a pool of instances accessable using
_X_.make()
and_X_.free()
. If you don't need pooled instances, simply pass in your own object instead. -
State less no state is kept within the utilities, it's up to you.
MIT