#12413: Sage crashes to prompt while creating quitient of vector spaces
------------------------------+---------------------------------------------
Reporter: JStarx | Owner: jason, was
Type: defect | Status: new
Priority: critical | Milestone: sage-5.0
Component: linear algebra | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
Changes (by vbraun):
* cc: malb (added)
* keywords: linbox =>
* component: algebra => linear algebra
* owner: AlexGhitza => jason, was
* author: Jim Stark =>
Comment:
I can reproduce it with sage-5.0.beta1 on Fedora 16. The problem is in
vector-matrix multiplication:
{{{
sage: vector(GF(3),[1]) * matrix(GF(3),[[]])
lda must be >= MAX(N,1): lda=0 N=0Parameter 7 to routine cblas_sgemv was
incorrect
}}}
Note that the matrix is of the wrong size, but the coercion model will try
it out to see if any error is raised.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12413#comment:3>
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.