Module io.sf.jclf.math.linear3
Package io.sf.jclf.math.linear3
package io.sf.jclf.math.linear3
A minimalistic 3-dimensional linear algebra package.
All the methods are static
, the vectors and matrices are just arrays
and the loops have been unrolled for performance.