Changeset d781a2 in git
- Timestamp:
- May 5, 2008, 2:13:10 PM (16 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 751bfd1896248f7cbfab7d7920a96d580dda7f3f
- Parents:
- 6ab785eb44b3e4a89b14dbcdbb18c17151903957
- Location:
- Singular
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r6ab785 rd781a2 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.26 7 2008-04-25 13:14:02 edercExp $ */4 /* $Id: extra.cc,v 1.268 2008-05-05 12:13:10 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 2452 2452 } 2453 2453 else 2454 /*==================== SVD =================*/ 2455 #ifdef HAVE_SVD 2456 if (strcmp(sys_cmd, "svd") == 0) 2457 { 2458 extern lists testsvd(matrix M); 2459 res->rtyp=LIST_CMD; 2460 res->data=(char*)(testsvd((matrix)h->Data())); 2461 return FALSE; 2462 } 2463 else 2464 #endif 2454 2465 #ifdef ix86_Win 2455 2466 #ifdef HAVE_DL
Note: See TracChangeset
for help on using the changeset viewer.