X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=17c70e1bf523250fa706d0ca72520821b0660486;hp=d68a18bfde1e6ac5706d936c5bc94f83ad731dda;hb=7a9e31b4cf6bbdb07cc7364bcd7903e9fc15a995;hpb=b4631c1661b1945c85b3ea2e8ce1d3e58d1e6e79 diff --git a/ginac/clifford.h b/ginac/clifford.h index d68a18bf..17c70e1b 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -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__