]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
* clifford_to_lst() applies to lst.
[ginac.git] / ginac / clifford.h
index d68a18bfde1e6ac5706d936c5bc94f83ad731dda..17c70e1bf523250fa706d0ca72520821b0660486 100644 (file)
@@ -317,6 +317,15 @@ lst clifford_to_lst(const ex & e, const ex & c, bool algebraic=true);
  *  @param v Vector to be transformed
  *  @param G Metric of the surrounding space */
 ex clifford_moebius_map(const ex & a, const ex & b, const ex & c, const ex & d, const ex & v, const ex & G);
+
+/** The second form of Moebius transformations defined by a 2x2 Clifford matrix M
+ *  This function takes the transformation matrix M as a single entity.
+ * 
+ *  @param M the defining matrix
+ *  @param v Vector to be transformed
+ *  @param G Metric of the surrounding space */
+ex clifford_moebius_map(const ex & M, const ex & v, const ex & G);
+
 } // namespace GiNaC
 
 #endif // ndef __GINAC_CLIFFORD_H__