﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
732	Some basic function of VMatrix do not work properly with Cholmod.R.Sparse type	César Pérez Álvarez	Víctor de Buen Remiro	"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."	defect	accepted	highest		Kernel	1.1.7	blocker			
