Changeset 0398e1 in git
- Timestamp:
- Jun 23, 2010, 9:16:21 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- d3167755899d01a2449dd2ff2effc3a120b79b62
- Parents:
- fb82895d37892dd665aea24b2fab1bc9e875e30b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/matrix.lib
rfb82895 r0398e1 675 675 676 676 proc addrow (matrix A, int r1, poly p, int r2) 677 "USAGE: add col(A,r1,p,r2); A matrix, p poly, r1, r2 positive integers677 "USAGE: addrow(A,r1,p,r2); A matrix, p poly, r1, r2 positive integers 678 678 RETURN: matrix, A being modified by adding p times row r1 to row r2 679 679 EXAMPLE: example addrow; shows an example … … 694 694 695 695 proc multcol (matrix A, int c, poly p) 696 "USAGE: addcol(A,c,p); A matrix, p poly, c positive integer696 "USAGE: multcol(A,c,p); A matrix, p poly, c positive integer 697 697 RETURN: matrix, A being modified by multiplying column c by p 698 698 EXAMPLE: example multcol; shows an example
Note: See TracChangeset
for help on using the changeset viewer.