cl3-linear-interface

Haskell Library implementing standard interface functions for the Algebra of Physical Space Cl(3,0) and Linear


Keywords
bsd3, library, math, Propose Tags , Algebra.Geometric.Cl3.LinearInterface
License
BSD-3-Clause
Install
cabal install cl3-linear-interface-1.0.0.1

Documentation

Cl3 interface to/from Linear

A simple interface supporting to/from: V3, Quaternion, and M22.

The exported functions are:

  • toLinearV3
  • fromLinearV3
  • toLinearQuaternion
  • fromLinearQuaternion
  • toLinearM22
  • fromLinearM22