Changeset a576b0 in git for Singular/extra.cc
- Timestamp:
- May 29, 2015, 1:39:46 PM (9 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- e00d2000bacbdc1e3326af703d7555b6a847ad1e
- Parents:
- 40e862737f0776c1a89a482ba5c81054d4339085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r40e8627 ra576b0 3756 3756 bigintmat *b=(bigintmat *)h->Data(); 3757 3757 // just for tests: simply transpose 3758 3759 3758 bigintmat *bb=b->transpose(); 3759 // return the result: 3760 3760 res->rtyp=CMATRIX_CMD; 3761 3761 res->data=(char*)bb; 3762 3762 return FALSE; 3763 3763 } … … 3765 3765 { 3766 3766 WerrorS("system(\"LU\",<cmatrix>) expected"); 3767 3767 return TRUE; 3768 3768 } 3769 3769 }
Note: See TracChangeset
for help on using the changeset viewer.