SCM Repository
[matrix] Diff of /pkg/R/Matrix.R
Diff of /pkg/R/Matrix.R
Parent Directory
|
Revision Log
|
Patch
82 |
## FIXME: consider it's type (logical,....) |
## FIXME: consider it's type (logical,....) |
83 |
## ctype <- substr(class(data), 1,1) # "d", "l", ... |
## ctype <- substr(class(data), 1,1) # "d", "l", ... |
84 |
## FIXME(2): check for symmetric / triangular / ... |
## FIXME(2): check for symmetric / triangular / ... |
85 |
|
### TODO: Compare with as.Matrix() and its tests in ./dgeMatrix.R |
86 |
if(sparse) |
if(sparse) |
87 |
as(data, "dgCMatrix") |
as(data, "dgCMatrix") |
88 |
else |
else |
|
Legend:
Removed from v.964 |
|
changed lines |
|
Added in v.965 |
|
|