Changeset 510dbc in git for Singular/iparith.cc


Ignore:
Timestamp:
Jun 1, 2012, 12:46:23 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
add: transpose for bigintmat
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r98d6c3 r510dbc  
    48634863{
    48644864  res->data = (char *)(long)ivTrace((intvec*)(v->Data()));
     4865  return FALSE;
     4866}
     4867static BOOLEAN jjTRANSP_BIM(leftv res, leftv v)
     4868{
     4869  res->data = (char *)(((bigintmat*)(v->Data()))->transpose());
    48654870  return FALSE;
    48664871}
Note: See TracChangeset for help on using the changeset viewer.