GiNaC/ginac basic.cpp container.pl expairseq.cpp expairseq.h exprseq_suppl.cpp idx.cpp idx.h matrix.cpp matrix.h pseries.cpp pseries.h

Christian Bauer cbauer at thep.physik.uni-mainz.de
Thu Feb 20 15:50:45 CET 2003


Update of /home/cvs/GiNaC/ginac

Modified Files:
      Tag: ginac_1-1
	basic.cpp container.pl expairseq.cpp expairseq.h 
	exprseq_suppl.cpp idx.cpp idx.h matrix.cpp matrix.h 
	pseries.cpp pseries.h 
Log Message:
let_op() is no longer the default implementation of op(). Rationale: let_op()
needs to clear status_flags::hash_calculated, otherwise we could end up with
equal objects that have different hash values. But clearing hash_calculated
on a read-only op() access would be inefficient. let_op() is now only
implemented by lst and matrix.




More information about the GiNaC-cvs mailing list