SCM Repository
[matrix] / pkg / R / denseMatrix.R |
Diff of /pkg/R/denseMatrix.R
Parent Directory
|
Revision Log
|
Patch
revision 1617, Fri Oct 6 15:42:12 2006 UTC | revision 1618, Fri Oct 6 15:44:01 2006 UTC | |
---|---|---|
# | Line 23 | Line 23 |
23 | else if(extends(cl, "zMatrix")) from <- as(from, "zgeMatrix") | else if(extends(cl, "zMatrix")) from <- as(from, "zgeMatrix") |
24 | else stop("undefined method for class ", cl) | else stop("undefined method for class ", cl) |
25 | } | } |
26 | ## FIXME: contrary to its name, this only works for "dge*" : | |
27 | .Call(dense_to_Csparse, from) | .Call(dense_to_Csparse, from) |
28 | }) | }) |
29 |
|
R-Forge@R-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |