25 from glucat cimport IndexSet, String, Clifford, scalar_t, vector
27 cdef extern
from "PyClical.h":
28 inline IndexSet operator&(IndexSet Lhs, IndexSet Rhs)
29 inline IndexSet operator|(IndexSet Lhs, IndexSet Rhs)
30 inline IndexSet operator^(IndexSet Lhs, IndexSet Rhs)
35 inline Clifford operator+(Clifford Lhs, Clifford Rhs)
36 inline Clifford operator-(Clifford Lhs, Clifford Rhs)
37 inline Clifford operator*(Clifford Lhs, Clifford Rhs)
38 inline Clifford operator&(Clifford Lhs, Clifford Rhs)
39 inline Clifford operator%(Clifford Lhs, Clifford Rhs)
40 inline Clifford operator^(Clifford Lhs, Clifford Rhs)
41 inline Clifford operator/(Clifford Lhs, Clifford Rhs)
42 inline Clifford operator|(Clifford Lhs, Clifford Rhs)
String clifford_to_str(const Multivector_T &mv)
The "informal" string representation of Multivector_T mv.
String index_set_to_repr(const Index_Set_T &ist)
The “official” string representation of Index_Set_T ist.
String clifford_to_repr(const Multivector_T &mv)
The “official” string representation of Multivector_T mv.
String index_set_to_str(const Index_Set_T &ist)
The "informal" string representation of Index_Set_T ist.