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, |
111 |
|
chcp->xtype, chcp, &c); |
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.1265 |
|
changed lines |
|
Added in v.1267 |
|
|