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.
- Timestamp:
-
Aug 24, 2009, 2:40:00 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
accepted
-
initial
|
v1
|
|
1 | 1 | If we run this code: |
2 | | |
| 2 | {{{ |
3 | 3 | Matrix a = SetCol([[1,2,3,0,0]]); |
4 | 4 | VMatrix va = Convert(Mat2VMat(a), "Cholmod.R.Sparse"); |
… |
… |
|
9 | 9 | VMatrix proofGT = GT(va, zero); |
10 | 10 | VMatrix proofLE = LE(va, zero); |
11 | | |
| 11 | }}} |
12 | 12 | |
13 | 13 | and view last four VMatrix, functions do not work. |