Changeset a7d970 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Feb 22, 2007, 11:45:12 AM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ebe987f7339e431a23e717106ffe22dacf14a1a2
Parents:
490afd567a4f8c21b1a8b7bff89f26c3053d6a38
Message:
*bricken: beginning templating arithmetic


git-svn-id: file:///usr/local/Singular/svn/trunk@9883 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r490afd5 ra7d970  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.38 2007-02-21 10:14:11 bricken Exp $
     5// $Id: claptmpl.cc,v 1.39 2007-02-22 10:45:12 bricken Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    227227//template class std::vector<std::vector<NoroPlaceHolder> >;
    228228template class std::vector<DataNoroCacheNode*>;
     229template SparseRow* noro_red_to_non_poly_t<unsigned char>(poly p, int &len, NoroCache* cache,slimgb_alg* c);
     230template SparseRow* noro_red_to_non_poly_t<unsigned short>(poly p, int &len, NoroCache* cache,slimgb_alg* c);
     231template SparseRow* noro_red_to_non_poly_t<unsigned int>(poly p, int &len, NoroCache* cache,slimgb_alg* c);
    229232//std::priority_queue<MonRedRes>
    230233#endif
Note: See TracChangeset for help on using the changeset viewer.