-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Quaternions can be represented as
Matrix functions such as the matrix exponential satisfy this property. We could generically support these matrix functions for quaternion eltypes by explicitly generating these complex matrices, dispatching to the complex matrix functions, and then mapping back to a matrix of quaternions.
mateuszbaran and hyrodium