Changeset 3443 for trunk/linbox/examples/rank.C
- Timestamp:
- 09/02/10 16:41:40 (21 months ago)
- File:
-
- 1 edited
-
trunk/linbox/examples/rank.C (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/examples/rank.C
r3145 r3443 36 36 long unsigned int r; 37 37 38 if (argc == 2) { // rank over the integers.38 if (argc == 2) { // rank over the rational numbers. 39 39 40 40 /* We could pick a random prime and work mod that prime, But the point here 41 41 is that the rank function in solutions/ handles that issue. Our matrix here 42 is an integer matrix and our concept is that we are getting the rank of that42 is an integer or rational matrix and our concept is that we are getting the rank of that 43 43 matrix by some blackbox magic inside linbox. 44 44 */
Note: See TracChangeset
for help on using the changeset viewer.
