﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
683	Storing in VMatrix Cholmod.Sparse and Cholmod.Triplet	César Pérez Álvarez	Víctor de Buen Remiro	"If we run this code:

VMatrix A = Triplet(SetOfSet(SetOfReal(1,1,9)), 8, 8);

VMatrix B = Mat2VMat(VMat2Mat(A));

Both VMatrix store the same number of cells (1/(8x8)=1.56%), however bytes stored are different:

A -> Stored bytes 72/552=13.04%

B -> Stored bytes 112/552=20.29%

I expected equal number of stored bytes. I suppose that store enging is quite different between Sparse and Triplet.

"	doubt	new	low		Kernel	1.1.7	minor		VMatrix	
