Ignore:
Timestamp:
09/02/10 16:41:40 (21 months ago)
Author:
saunders
Message:

small tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linbox/examples/rank.C

    r3145 r3443  
    3636        long unsigned int r; 
    3737 
    38         if (argc == 2) { // rank over the integers. 
     38        if (argc == 2) { // rank over the rational numbers. 
    3939 
    4040           /* We could pick a random prime and work mod that prime, But the point here  
    4141           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 that  
     42           is an integer or rational matrix and our concept is that we are getting the rank of that  
    4343           matrix by some blackbox magic inside linbox. 
    4444           */ 
Note: See TracChangeset for help on using the changeset viewer.