-
-
Notifications
You must be signed in to change notification settings - Fork 209
Quaternions and Abstract Algebra
apete edited this page Dec 6, 2017
·
7 revisions
ojAlgo contains a Quaternion class that can used with all the "arrays", vectors, matrices and whatever, just like any other number/scalar/field. Essentially everything in ojAlgo, except the optimisation model and solvers, can be used with Quaternion "elements".
The interface org.ojalgo.scalar.Scalar defines a few methods that one may wish all java.lang.Number classes would implement: add, subtract, multiply, divide and a few other.