search for: givecsparse

Displaying 4 results from an estimated 4 matches for "givecsparse".

2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
? "form" -> "from". Diff against latest SVN: Index: sparse.model.matrix.Rd =================================================================== --- sparse.model.matrix.Rd??? (revision 3336) +++ sparse.model.matrix.Rd??? (working copy) @@ -4,7 +4,7 @@ ?\alias{fac2sparse} ?\alias{fac2Sparse} ?\description{Construct a sparse model or \dQuote{design} matrix, -? form a formula
2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
...vior of some Matrix functions, notably Matrix::Matrix() which in that next version of Matrix will produce "diagonalMatrix" instead of "CsparseMatrix" objects in more cases.... a good thing, but not what those packages have assumed... @Spencer: Are you actively using 'giveCsparse = ..' somewhere in your code? If not, why would you be interested in the details of the changes (which would be entirely invisible to you as user) ? Martin
2020 Jul 21
3
trivial typo in ?Matrix::sparse.model.matrix.Rd
...atrix}) or a single >> ?? factor (\code{fac2sparse}). >> ?? The \code{fac2[Ss]parse()} functions are utilities, also used > Thank you, Ben; corrected in my (not yet committed) development > version. > > BTW, there will be another improvement there, > deprecating 'giveCsparse = TRUE' > and replacing it by 'repr = "C"' > > the latter allowing all three kind of sparseMatrix formats > ("C", "R", "T") instead of just Csparse* and Tsparse*. ????? How I can learn more about this, including (a) 'repr = (...
2020 Jul 21
0
trivial typo in ?Matrix::sparse.model.matrix.Rd
...tions, notably Matrix::Matrix() which in that next version > of Matrix will produce "diagonalMatrix" instead of > "CsparseMatrix" objects in more cases.... a good thing, but not > what those packages have assumed... > > @Spencer: Are you actively using 'giveCsparse = ..' somewhere > in your code? > If not, why would you be interested in the details of the changes > (which would be entirely invisible to you as user) ? ????? Jim Ramsay is rewriting the code for fda::fRegress.? It requires a double iteration, which is already fairly expe...