8000 Tags · jeremyong/klein · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Tags: jeremyong/klein

Tags

v2.2.1

Toggle v2.2.1's commit message
Enable cxx_std_11 compile feature on C-bindings build

v2.2

Toggle v2.2's commit message
Optimize several instructions in plane translation

v2.1

Toggle v2.1's commit message
Add Newton-Raphson refinements to usages of rcp and rsqrt

v2.0

Toggle v2.0's commit message
Klein 2.0 commit (see commit body for details).

- Entity type has been removed due to compiler inability to properly
  constant-fold interior expressions.
- Operators have been promoted to first-order types.
- A number of operators have been specialized for various types for
  improved throughput/latency.
- Perf analysis has been updated.
- Motors can now be constructed from a screw axis, angle, and
  displacement.
- A preliminary dual number type as been added.
- The exp/log methods have been promoted to free functions and now have
  strongly typed return values.
- The project function has been added to simplify various projections.

v1.1

Toggle v1.1's commit message
Add support for SSE3 (new default) and option to target SSE4.2

v1.0

Toggle v1.0's commit message
Promote branch to top-level scope and provide translation exp/log

v0.4

Toggle v0.4's commit message
Add rotor exp/log and optimize exterior/regressive product

v0.3

Toggle v0.3's commit message
Fix documentation for direction normalization

v0.2

Toggle v0.2's commit message
Add draft documentation and updated API docs

v0.1

Toggle v0.1's commit message
Add scalar multiplication and slerp/motor-blend documentation.

0