SCM Repository
[matrix] Diff of /pkg/src/Csparse.c
Diff of /pkg/src/Csparse.c
Parent Directory
|
Revision Log
|
Patch
107 |
chcp = cholmod_aat((!tr) ? chxt : chx, (int *) NULL, 0, chx->xtype, &c); |
chcp = cholmod_aat((!tr) ? chxt : chx, (int *) NULL, 0, chx->xtype, &c); |
108 |
if(!chcp) |
if(!chcp) |
109 |
error("Csparse_crossprod(): error return from cholmod_aat()"); |
error("Csparse_crossprod(): error return from cholmod_aat()"); |
110 |
cholmod_band_inplace((tr) ? -(chcp->nrow) : 0, (tr) ? 0 : chcp->ncol, |
cholmod_band_inplace(0, chcp->ncol, chcp->xtype, chcp, &c); |
111 |
chcp->xtype, chcp, &c); |
chcp->stype = 1; |
|
chcp->stype = (tr) ? -1 : 1; |
|
112 |
if (trip) { |
if (trip) { |
113 |
cholmod_free_sparse(&chx, &c); |
cholmod_free_sparse(&chx, &c); |
114 |
Free(cht); |
Free(cht); |
|
Legend:
Removed from v.1353 |
|
changed lines |
|
Added in v.1360 |
|
|