QuaternionCategoryFunctions2(QR, R, QS, S)ΒΆ
quat.spad line 215 [edit on github]
QR: QuaternionCategory R
QS: QuaternionCategory S
QuaternionCategoryFunctions2 implements functions between two quaternion domains. The function map is used by the system interpreter to coerce between quaternion types.
- map: (R -> S, QR) -> QS
map(f, u)
mapsf
onto the component parts of the quaternionu
.