]> www.ginac.de Git - ginac.git/blobdiff - ginac/indexed.h
documentation update
[ginac.git] / ginac / indexed.h
index 30c29e8e167e3fa788ceead1e9c446b596e232a4..aac4625c8d6f37a4ca06b461222ec3ff3c2ca993 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's indexed expressions. */
 
 /*
  *  Interface to GiNaC's indexed 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
  *
  *  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
@@ -172,7 +172,8 @@ public:
        exvector get_dummy_indices() const;
 
        /** Return a vector containing the dummy indices in the contraction with
        exvector get_dummy_indices() const;
 
        /** Return a vector containing the dummy indices in the contraction with
-        *  another indexed object. */
+        *  another indexed object. This is symmetric: a.get_dummy_indices(b)
+        *  == b.get_dummy_indices(a) */
        exvector get_dummy_indices(const indexed & other) const;
 
        /** Check whether the object has an index that forms a dummy index pair
        exvector get_dummy_indices(const indexed & other) const;
 
        /** Check whether the object has an index that forms a dummy index pair