Opened 16 years ago
Last modified 16 years ago
#732 closed defect
Some basic function of VMatrix do not work properly with Cholmod.R.Sparse type — at Version 1
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | Kernel | Version: | 1.1.7 |
Severity: | blocker | Keywords: | |
Cc: |
Description (last modified by )
If we run this code:
Matrix a = SetCol([[1,2,3,0,0]]); VMatrix va = Convert(Mat2VMat(a), "Cholmod.R.Sparse"); VMatrix zero = Zeros(VRows(va), 1); VMatrix proof_1 = va-1; VMatrix proofNot = Not(zero); VMatrix proofGT = GT(va, zero); VMatrix proofLE = LE(va, zero);
and view last four VMatrix, functions do not work.
With Blas.R.Dense function run ok. I did not proof with another types.
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.