Description Usage Arguments Value Examples
View source: R/truncated-svd.R
Check if an object is a compressed matrix
1 |
x |
object |
TRUE <=> object is a compressed matrix
1 2 | is.compressed.matrix(compress.matrix(matrix(1:12, 4, 3), rank=2))
is.compressed.matrix(42)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.