Description
Tests if a distributed matrix is symmetric.
Usage
# S4 method for ddmatrix
isSymmetric(object, tol = 100 * .Machine$double.eps,
...)
Arguments
tol
Numerical tolerance for the comparison.
...
Additional arguments passed to all.equal()
.
Details
The test is performed by comparing the object against its transpose.