isSymmetric {pbdDMAT} | 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.