Changeset 39457c in git for kernel/ideals.h


Ignore:
Timestamp:
Sep 15, 2011, 6:30:41 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e8521255a86e408ae951c170cf03b353c321be74
Parents:
35e86e4b8846ae589996e378f75e28b2aa48605e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-15 18:30:41+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:50+01:00
Message:
fix: Module2Matrix/Matrix2Module: less dep. on currRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r35e86e r39457c  
    176176}
    177177
    178 inline ideal   idMatrix2Module(matrix mat, const ring R = currRing)
    179 {
    180   return idMatrix2Module(mat, R);
    181 }
    182 
    183 inline matrix  idModule2Matrix(ideal mod, const ring R = currRing)
    184 {
    185   return id_Module2Matrix(mod, R);
    186 }
    187178inline matrix  idModule2formatedMatrix(ideal mod, int rows, int cols, const ring R = currRing)
    188179{
Note: See TracChangeset for help on using the changeset viewer.