arthroprod 0.3.0

Clifford Algebra based computation for the theory of Absolute Relativity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Arthroprod is a framework for computing with Absolute Relativity

extern crate serde;
extern crate serde_json;

#[macro_use]
extern crate serde_derive;

#[macro_use]
pub mod macros;

pub mod algebra;
pub mod prelude;