powered by
ldenseMatrix is the virtual class of all dense logical (S4) matrices. It extends both denseMatrix and lMatrix directly.
ldenseMatrix
denseMatrix
lMatrix
x
logical vector containing the entries of the matrix.
Dim
Dimnames
see Matrix.
Matrix
Class "lMatrix", directly. Class "denseMatrix", directly. Class "Matrix", by class "lMatrix". Class "Matrix", by class "denseMatrix".
"lMatrix"
"denseMatrix"
"Matrix"
signature(x = "ldenseMatrix", mode = "missing"): ...
signature(x = "ldenseMatrix", mode = "missing")
signature(x = "ndenseMatrix"), semantically equivalent to base function which(x, arr.ind); for details, see the lMatrix class documentation.
signature(x = "ndenseMatrix")
which(x, arr.ind)
Class lgeMatrix and the other subclasses.
lgeMatrix
showClass("ldenseMatrix") as(diag(3) > 0, "ldenseMatrix")
Run the code above in your browser using DataLab