Changeset dbae50 in git


Ignore:
Timestamp:
Oct 27, 2009, 12:19:48 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
3ec923e1c7c2f1b8e12dcf04c1336e98ca0d6845
Parents:
40349cf47926bf70ade0a43406122cbfe256b5d2
Message:
changed authors


git-svn-id: file:///usr/local/Singular/svn/trunk@12211 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/CanonicalPoly.h

    r40349c rdbae50  
    1717 *  facilities for fast shallow copying.<br>
    1818 *  Any instance of CanonicalPoly wraps an actual SINGULAR polynomial.
    19  *  \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch
     19 *  \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Sch&ouml;nemann, Frank Seelisch, http://www.mathematik.uni-kl.de
    2020 */
    2121class CanonicalPoly : public InternPoly
  • Singular/InternPoly.h

    r40349c rdbae50  
    2525 *  and only the user interface for polynomail actions can by made available
    2626 *  through PolyWrapper.<br>
    27  *  \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch
     27 *  \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Sch&ouml;nemann, Frank Seelisch, http://www.mathematik.uni-kl.de
    2828 */
    2929class InternPoly : public ReferenceCounter
  • Singular/PolyWrapper.h

    r40349c rdbae50  
    2828 *  A wrapper object of that ring can be obtained by calling
    2929 *  PolyWrapper::getRing () const.
    30  *  \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch
     30 *  \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Sch&ouml;nemann, Frank Seelisch, http://www.mathematik.uni-kl.de
    3131 */
    3232class PolyWrapper
  • Singular/ReferenceCounter.h

    r40349c rdbae50  
    1616 *  reference counter (which is a member of the superclass of C, i.e.,
    1717 *  of ReferenceCounter).
    18  *  \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch
     18 *  \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Sch&ouml;nemann, Frank Seelisch, http://www.mathematik.uni-kl.de
    1919 */
    2020class ReferenceCounter {
  • Singular/RingWrapper.h

    r40349c rdbae50  
    2020 *  (wrapped as instances of RingWrapper) are compatible with respect to
    2121 *  basic arithmetics; such as PolyWrapper::operator+ (const PolyWrapper& p) const.
    22  *  \author Frank Seelisch, http://www.mathematik.uni-kl.de/~seelisch
     22 *  \author Michael Brickenstein, Alexander Dreyer, Oleksandr Motsak, Hans Sch&ouml;nemann, Frank Seelisch, http://www.mathematik.uni-kl.de
    2323 */
    2424class RingWrapper
Note: See TracChangeset for help on using the changeset viewer.