#10579: echelon_form docstring claims result not cached
------------------------------+---------------------------------------------
Reporter: wjp | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone:
Component: linear algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
{{{sage.matrix.matrix_integer_dense.Matrix_integer_dense.echelon_form()}}}
says
{{{
.. note::
The result is *not* cached.
}}}
However, the code has
{{{
key = 'hnf-%s-%s'%(include_zero_rows,transformation)
ans = self.fetch(key)
if ans is not None: return ans
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10579>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.