Changeset 5480da in git for Singular/LIB/matrix.lib
- Timestamp:
- Apr 4, 1998, 12:47:15 AM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- a42239a667454add16526617638435dcc1115d49
- Parents:
- fca547bc4a4fdc03461b1fa87b33c326d44b5733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/matrix.lib
rfca547 r5480da 1 // $Id: matrix.lib,v 1. 4 1997-09-18 09:58:24 Singular Exp $1 // $Id: matrix.lib,v 1.5 1998-04-03 22:47:08 krueger Exp $ 2 2 // (GMG/BM, last modified 22.06.96) 3 3 /////////////////////////////////////////////////////////////////////////////// 4 5 version="$Id: matrix.lib,v 1.5 1998-04-03 22:47:08 krueger Exp $"; 6 info=" 4 7 LIBRARY: matrix.lib PROCEDURES FOR MATRIX OPERATIONS 5 8 … … 27 30 permrow(A,i,j); permute i-th and j-th rows 28 31 (parameters in square brackets [] are optional) 32 "; 29 33 30 34 LIB "inout.lib";
Note: See TracChangeset
for help on using the changeset viewer.