]> www.ginac.de Git - ginac.git/commit
Make specialized power::expand() helpers static member fuctions.
authorRichard Kreckel <kreckel@ginac.de>
Wed, 25 Nov 2015 10:22:34 +0000 (11:22 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 25 Nov 2015 10:22:34 +0000 (11:22 +0100)
commitcec09e9ce4e1d10387d3551d1da0bf497ef3e03f
treefbbfcc5fab375cc079d9ad241ebae6138752bc6b
parentdfaba64cff32f7dfdd96c1a96d1744ce6c1d80ad
Make specialized power::expand() helpers static member fuctions.

The class power member functions expand_add(), expand_add_2(), and
expand_mul() do not access any member variable of class power. (In
fact, the only reason not to hide them entirely is that they invoke
protected members of classs expairseq, add, and mul which requires
them to be friends of these classes.)
ginac/power.cpp
ginac/power.h