#14843: Minor improvments to 4ti2 interface
---------------------------+------------------------------------------------
   Reporter:  mmarco       |             Owner:  mmarco   
       Type:  enhancement  |            Status:  new      
   Priority:  major        |         Milestone:  sage-5.12
  Component:  interfaces   |          Keywords:  4ti2     
Work issues:               |   Report Upstream:  N/A      
  Reviewers:               |           Authors:  mmarco   
  Merged in:               |      Dependencies:           
   Stopgaps:               |  
---------------------------+------------------------------------------------
 Here is a patch that introduces these two minor improvements to 4ti2
 interface:
 -It allows to pass the lattice to the methods instead of the matrix, using
 the lat parmeter.
 -Changes the verbose default to False, so we only get the output.

 Example:

 {{{
 sage: four_ti_2.graver(lat=[[1,2,3],[1,1,1]])
 [ 1  0 -1]
 [ 0  1  2]
 [ 1  1  1]
 [ 2  1  0]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14843>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to