]> www.ginac.de Git - ginac.git/blobdiff - ginac/ncmul.h
Added complex conjugation methods and GiNaC function "conjugate".
[ginac.git] / ginac / ncmul.h
index 0139a63fe74dce0f8be73f16763bf52d3e110213..46a7aae1bd101da1f86cab802e0bb4d4bb6a9364 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's non-commutative products of expressions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -64,6 +64,7 @@ public:
        exvector get_free_indices() const;
        ex thiscontainer(const exvector & v) const;
        ex thiscontainer(std::auto_ptr<exvector> vp) const;
+       ex conjugate() const;
 
 protected:
        ex derivative(const symbol & s) const;