Changeset 39457c in git for kernel/ideals.h
- Timestamp:
- Sep 15, 2011, 6:30:41 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.h
r35e86e r39457c 176 176 } 177 177 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 }187 178 inline matrix idModule2formatedMatrix(ideal mod, int rows, int cols, const ring R = currRing) 188 179 {
Note: See TracChangeset
for help on using the changeset viewer.