Changeset a576b0 in git for Singular/extra.cc


Ignore:
Timestamp:
May 29, 2015, 1:39:46 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
e00d2000bacbdc1e3326af703d7555b6a847ad1e
Parents:
40e862737f0776c1a89a482ba5c81054d4339085
Message:
optim. kFindDivisibleByInT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r40e8627 ra576b0  
    37563756        bigintmat *b=(bigintmat *)h->Data();
    37573757        // just for tests: simply transpose
    3758         bigintmat *bb=b->transpose();
    3759         // return the result:
     3758        bigintmat *bb=b->transpose();
     3759        // return the result:
    37603760        res->rtyp=CMATRIX_CMD;
    3761         res->data=(char*)bb;
     3761        res->data=(char*)bb;
    37623762        return FALSE;
    37633763      }
     
    37653765      {
    37663766        WerrorS("system(\"LU\",<cmatrix>) expected");
    3767         return TRUE;
     3767        return TRUE;
    37683768      }
    37693769    }
Note: See TracChangeset for help on using the changeset viewer.