32-Symmetric | R Documentation |
Check if a given MPCR matrix is symmetric.
## S4 method for signature 'Rcpp_MPCR'
isSymmetric(object, ...)
object |
An MPCR matrix. |
... |
Ignored. |
A logical value.
library(MPCR)
x <- as.MPCR(1:50,25,2,"Single")
isSymmetric(x) #false
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.