| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4529 |
6965 d 21 h |
bates |
/branches/Matrix-APIchange/ |
Creating a branch for the API changes from the 0.99875 series to the 0.999375 series |
|
| 4483 |
6977 d 19 h |
maechler |
/trunk/Matrix/ |
colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code |
|
| 4472 |
6978 d 19 h |
bates |
/trunk/Matrix/src/ |
Added Matrix_lengthSym |
|
| 4466 |
6980 d 19 h |
bates |
/trunk/Matrix/ |
added dgCMatrix_colSums for [col,row][Sums,Means] |
|
| 4460 |
6981 d 17 h |
bates |
/trunk/Matrix/ |
added lm.fit.sparse (unexported), coercion of "factor" to dgCMatrix and dgCMatrix_cholsol |
|
| 4412 |
6993 d 20 h |
bates |
/trunk/Matrix/ |
Yet another cholmod export - cholmod_ssmult |
|
| 4353 |
7011 d 14 h |
bates |
/trunk/Matrix/ |
Added solve methods for CHMfactor class |
|
| 4306 |
7032 d 12 h |
bates |
/trunk/Matrix/ |
Export another CHOLMOD function |
|
| 4126 |
7112 d 15 h |
bates |
/trunk/Matrix/src/ |
Fix a cut-and-paste error |
|
| 4123 |
7113 d 18 h |
maechler |
/trunk/Matrix/ |
workaround platform-dependent segfault in R_to_CMatrix |
|
| 4104 |
7118 d 15 h |
maechler |
/trunk/Matrix/ |
many more coercions for diag(), "!", etc; see ChangeLog |
|
| 4082 |
7131 d 3 h |
maechler |
/trunk/Matrix/ |
accomplished quite a few small FIXMEs; see ChangeLog |
|
| 4069 |
7142 d 9 h |
bates |
/trunk/Matrix/ |
export cholmod_scale |
|
| 4055 |
7152 d 19 h |
maechler |
/trunk/Matrix/ |
more "[<-" fixes; validity of triangular sparse |
|
| 4026 |
7164 d 1 h |
bates |
/trunk/Matrix/ |
Export cholmod_change_factor and cholmod_factor_to_sparse |
|
| 4008 |
7170 d 10 h |
bates |
/trunk/Matrix/ |
export cholmod_analyze_p; new version |
|
| 3950 |
7205 d 12 h |
maechler |
/trunk/Matrix/ |
fully-sparse solve() for dsC; indexing & comparison fixes |
|
| 3944 |
7206 d 22 h |
maechler |
/trunk/Matrix/ |
2nd round of cleanup for <sparse>_validate() |
|
| 3943 |
7207 d 0 h |
maechler |
/trunk/Matrix/ |
tcrossprod(<Csp>, <Csp>); dimnames for [t]crossprod; validity now ensures correct length(Dimnames[[j]]) |
|
| 3942 |
7207 d 17 h |
maechler |
/trunk/Matrix/ |
extend Csparse_Csparse_crossprod for tcrossprod (need test!); isSymmetric improved; misc. |
|
| 3940 |
7207 d 18 h |
bates |
/trunk/Matrix/ |
crossprod(<CsparseMatrix>,<CsparseMatrix>) added |
|
| 3916 |
7217 d 12 h |
bates |
/trunk/Matrix/ |
Export yet another cholmod routine |
|
| 3911 |
7219 d 20 h |
bates |
/trunk/Matrix/ |
Change cholmod to use Rprintf and R's error handler |
|
| 3896 |
7223 d 21 h |
bates |
/trunk/Matrix/ |
Export cholmod_sort |
|
| 3888 |
7226 d 22 h |
bates |
/trunk/Matrix/ |
minor corrections |
|
| 3876 |
7233 d 19 h |
maechler |
/trunk/Matrix/ |
Matrix(0, d,d) should also give sparse (not diagonal); general_to_symmetric; notably for lsC*; more coercions; first cut at Csparse_drop() |
|
| 3869 |
7235 d 12 h |
bates |
/trunk/Matrix/ |
New release to export more CCallable functions |
|
| 3831 |
7241 d 12 h |
bates |
/trunk/Matrix/ |
Export more functions from cholmod for use in Zt_create |
|
| 3786 |
7253 d 18 h |
maechler |
/trunk/Matrix/ |
rename lcsc_to_matrix to ncsc_* and write new lcsc_*() |
|
| 3766 |
7256 d 20 h |
bates |
/trunk/Matrix/src/ |
Move checks on column sorting of CsparseMatrix objects to Csparse_validate |
|
| 3755 |
7258 d 13 h |
maechler |
/trunk/Matrix/ |
new nMatrix and subclasses; lsparse change to have x slot; many consequences |
|
| 3750 |
7258 d 20 h |
bates |
/trunk/Matrix/ |
Move the alloc_d**Matrix utility functions from the Matrix package to the lme4 package |
|
| 3678 |
7265 d 16 h |
bates |
/trunk/Matrix/ |
Merging changes from Matrix-nolmer branch |
|
| 3522 |
7271 d 8 h |
bates |
/trunk/Matrix/src/ |
housekeeping |
|
| 3514 |
7272 d 11 h |
bates |
/trunk/Matrix/src/ |
Remove vestigial classed argument for dsCMatrix_matrix_solve |
|
| 3508 |
7273 d 19 h |
bates |
/trunk/Matrix/ |
Added triu, tril and band for ddenseMatrix objects. |
|
| 3505 |
7274 d 17 h |
bates |
/trunk/Matrix/src/ |
Added initial version of dgeMatrix_band but may change design |
|
| 3502 |
7275 d 7 h |
bates |
/trunk/Matrix/ |
Move methods to the CsparseMatrix class |
|
| 3501 |
7275 d 14 h |
maechler |
/trunk/Matrix/ |
use setAs("ddenseMatrix", "dgeMatrix", *) instead of older specific ones |
|
| 3488 |
7276 d 16 h |
bates |
/trunk/Matrix/ |
Use dup_mMatrix_as_dgeMatrix |
|