
FALSE
entries are dropped from the explicitly indexed
matrix entries.drop0(x, clx = c(class(x)))
sparseMatrix
.class
or getClassDef
; it is of class
classRepresentation <
x
but with no explicit zeros, i.e.,
!any(x@x == 0)
, always inheriting from
CsparseMatrix
.spMatrix
, class sparseMatrix
m <- spMatrix(10,20, i= 1:8, j=2:9,
x = c(0:2,3:-1))
m
drop0(m)
Run the code above in your browser using DataLab