cl3-linear-interface: Interface to/from Cl3 and Linear.

[ algebra, bsd3, library, math ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 2.0.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), cl3 (>=1.0.0.2 && <3), linear (>=1.2 && <2) [details]
License BSD-3-Clause
Copyright Copyright (C) 2018-2020 Nathan Waivio
Author Nathan Waivio
Maintainer Nathan Waivio <nathan.waivio@gmail.com>
Category Math, Algebra
Home page https://github.com/waivio/cl3-linear-interface
Bug tracker https://github.com/waivio/cl3-linear-interface/issues
Source repo head: git clone https://github.com/waivio/cl3-linear-interface.git
Uploaded by nwaivio at 2020-07-21T02:22:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1610 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-07-21 [all 1 reports]

Readme for cl3-linear-interface-2.0.0.0

[back to package description]

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