You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add missing tests from #65
* Add basic tests
* Add constructor tests
* Test type-inferribility
* Add equality checks
* Rename parameters
* Add more tests for conversions and promotions
* Test isreal and isone
* Remove unnecessary methods
* Swap order of arguments
* Add missing shorthand tests
* Test normalization functions
* Test slerp and linpol for overlapping points
* Test exceptions raised for incorrect axis length
* Remove unreachable branch
* Test slerp approximately linear interpolation
* Reformat type constructor
* Remove unnecessary constructor
* Add missing constructor
* Add constructor tests
* Add conversion and promotion tests
* Add shorthand tests
* Remove unnecessary promotions
* Define type constructors instead of conversions
* Add basic tests
* Add abs_imag for Octonion
* Use abs_imag
* Add and test isXXX functions
* Test pow functions
* Test analytic and nob-analytic functions
* Ensure log(0) is -Inf
* Add more checks for inferribility
* Quaternion to Octonion
* Fix test for 1.0
* Test octorand
* Test division
* Fix test bug
* Add and expand constructors
* Test new constructors
* Remove whitespace
* Remove unneeded convert methods
* Allow passing single quaternion
* Repair constructors and add tests
* Correctly determine if is norm
* Simplify and test promote rules
* Test remaining rand functions
* Test basic functionality
* Remove duplicate constructor
* Add missing type parameter
* Test algebraic properties
* Add missing imports
* Repair normalizea
* Add more tests
* Fix tests
* Add ForwardDiff as test dependency
* Add missing tests
* Test missing branches
* Run formatter
* Increment version number
* Apply suggestions from code review
Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
* Add tests for consistency
* Update test/DualQuaternion.jl
Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
* Test 100 instead of 10
Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
0 commit comments