- %*%
signature(x = "nsparseMatrix", y = "ndenseMatrix"): ...
- %*%
signature(x = "ndenseMatrix", y = "nsparseMatrix"): ...
- coerce
signature(from = "matrix", to = "ndenseMatrix"): ...
- coerce
signature(from = "ndenseMatrix", to = "matrix"): ...
- crossprod
signature(x = "nsparseMatrix", y = "ndenseMatrix"): ...
- crossprod
signature(x = "ndenseMatrix", y = "nsparseMatrix"): ...
- as.vector
signature(x = "ndenseMatrix", mode = "missing"): ...
- diag
signature(x = "ndenseMatrix"): extracts the
diagonal as for all matrices, see the generic diag().
- which
signature(x = "ndenseMatrix"), semantically
equivalent to base function which(x, arr.ind);
for details, see the '>lMatrix class documentation.