Changeset dbae50 in git
- Timestamp:
- Oct 27, 2009, 12:19:48 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 3ec923e1c7c2f1b8e12dcf04c1336e98ca0d6845
- Parents:
- 40349cf47926bf70ade0a43406122cbfe256b5d2
- Location:
- Singular
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/CanonicalPoly.h
r40349c rdbae50 17 17 * facilities for fast shallow copying.<br> 18 18 * Any instance of CanonicalPoly wraps an actual SINGULAR polynomial. 19 * \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch19 * \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Schönemann, Frank Seelisch, http://www.mathematik.uni-kl.de 20 20 */ 21 21 class CanonicalPoly : public InternPoly -
Singular/InternPoly.h
r40349c rdbae50 25 25 * and only the user interface for polynomail actions can by made available 26 26 * through PolyWrapper.<br> 27 * \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch27 * \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Schönemann, Frank Seelisch, http://www.mathematik.uni-kl.de 28 28 */ 29 29 class InternPoly : public ReferenceCounter -
Singular/PolyWrapper.h
r40349c rdbae50 28 28 * A wrapper object of that ring can be obtained by calling 29 29 * PolyWrapper::getRing () const. 30 * \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch30 * \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Schönemann, Frank Seelisch, http://www.mathematik.uni-kl.de 31 31 */ 32 32 class PolyWrapper -
Singular/ReferenceCounter.h
r40349c rdbae50 16 16 * reference counter (which is a member of the superclass of C, i.e., 17 17 * of ReferenceCounter). 18 * \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch18 * \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Schönemann, Frank Seelisch, http://www.mathematik.uni-kl.de 19 19 */ 20 20 class ReferenceCounter { -
Singular/RingWrapper.h
r40349c rdbae50 20 20 * (wrapped as instances of RingWrapper) are compatible with respect to 21 21 * basic arithmetics; such as PolyWrapper::operator+ (const PolyWrapper& p) const. 22 * \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch22 * \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Schönemann, Frank Seelisch, http://www.mathematik.uni-kl.de 23 23 */ 24 24 class RingWrapper
Note: See TracChangeset
for help on using the changeset viewer.