]> www.ginac.de Git - ginac.git/blobdiff - ginac/clifford.h
* clifford_moebius_map: honor representation label (Vladimir Kisil).
[ginac.git] / ginac / clifford.h
index 17c70e1bf523250fa706d0ca72520821b0660486..08ff64f2db1813c04d19b61768fc0f3b13ceea50 100644 (file)
@@ -315,7 +315,11 @@ lst clifford_to_lst(const ex & e, const ex & c, bool algebraic=true);
  *  @param c (2,1) entry of the defining matrix
  *  @param d (2,2) entry of the defining matrix
  *  @param v Vector to be transformed
- *  @param G Metric of the surrounding space */
+ *  @param G Metric of the surrounding space
+ *  @param rl Representation label */
+ex clifford_moebius_map(const ex & a, const ex & b, const ex & c, const ex & d, const ex & v, const ex & G, unsigned char rl);
+
+/** Same as clifford_moebius_map(a, b, c, d, v, G, 0). */
 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
@@ -323,7 +327,11 @@ ex clifford_moebius_map(const ex & a, const ex & b, const ex & c, const ex & d,
  * 
  *  @param M the defining matrix
  *  @param v Vector to be transformed
- *  @param G Metric of the surrounding space */
+ *  @param G Metric of the surrounding space
+ *  @param rl Representation label */
+ex clifford_moebius_map(const ex & M, const ex & v, const ex & G, unsigned char rl);
+
+/** Same as clifford_moebius_map(M, v, G, 0). */
 ex clifford_moebius_map(const ex & M, const ex & v, const ex & G);
 
 } // namespace GiNaC