Changeset 510dbc in git for Singular/iparith.cc
- Timestamp:
- Jun 1, 2012, 12:46:23 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6284186fbb128f1c5a0c99ff170cec4bb5afd5a3
- Parents:
- 98d6c34c2a74edb284caaeaec97a1295a4c2a402
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-06-01 12:46:23+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-06-01 12:46:50+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r98d6c3 r510dbc 4863 4863 { 4864 4864 res->data = (char *)(long)ivTrace((intvec*)(v->Data())); 4865 return FALSE; 4866 } 4867 static BOOLEAN jjTRANSP_BIM(leftv res, leftv v) 4868 { 4869 res->data = (char *)(((bigintmat*)(v->Data()))->transpose()); 4865 4870 return FALSE; 4866 4871 }
Note: See TracChangeset
for help on using the changeset viewer.