https://github.com/cran/clifford
Raw File
Tip revision: 5e6102da053efc156f048466f425cf4d0feefcdb authored by Robin K. S. Hankin on 30 January 2020, 08:30:02 UTC
version 1.0-1
Tip revision: 5e6102d
DESCRIPTION
Package: clifford
Type: Package
Title: Arbitrary Dimensional Clifford Algebras
Version: 1.0-1
Authors@R: person(given=c("Robin", "K. S."), family="Hankin", role = c("aut","cre"), email="hankin.robin@gmail.com", comment = c(ORCID = "0000-0001-5982-0415"))
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
Description: A suite of routines for Clifford algebras, using the
   'Map' class of the Standard Template Library.  Canonical
   reference: Hestenes (1987, ISBN 90-277-1673-0, "Clifford algebra
   to geometric calculus").  Special cases including Lorentz transforms,
   quaternion multiplication, and Grassman algebra, are discussed.
   Conformal geometric algebra theory is implemented.
License: GPL (>= 2)
LazyData: yes
Suggests: knitr,testthat,onion,lorentz
VignetteBuilder: knitr
Imports: Rcpp (>= 0.12.5)
LinkingTo: Rcpp,BH
SystemRequirements: C++11
URL: https://github.com/RobinHankin/clifford.git
BugReports: https://github.com/RobinHankin/clifford/issues
NeedsCompilation: yes
Packaged: 2020-01-15 22:34:35 UTC; rhankin
Author: Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Repository: CRAN
Date/Publication: 2020-01-30 09:30:02 UTC
back to top