isSymmetric | R Documentation |
Tests if a distributed matrix is symmetric.
## S4 method for signature 'ddmatrix'
isSymmetric(object, tol = 100 * .Machine$double.eps, ...)
object |
Distributed matrix |
tol |
Numerical tolerance for the comparison. |
... |
Additional arguments passed to |
The test is performed by comparing the object against its transpose.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.