close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #732


Ignore:
Timestamp:
Aug 24, 2009, 2:40:00 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #732

    • Property Status changed from new to accepted
  • Ticket #732 – Description

    initial v1  
    11If we run this code:
    2 
     2{{{
    33Matrix a = SetCol([[1,2,3,0,0]]);
    44VMatrix va = Convert(Mat2VMat(a), "Cholmod.R.Sparse");
     
    99VMatrix proofGT  = GT(va, zero);
    1010VMatrix proofLE  = LE(va, zero);
    11 
     11}}}
    1212
    1313and view last four VMatrix, functions do not work.