Description
Computes the norm of a distributed matrix.
Usage
# S4 method for ddmatrix,ANY
norm(x, type = c("O", "I", "F", "M", "2"))
Arguments
x
numeric distributed matrices.
type
character. Determines which matrix norm is to be used.
Methods
- list("signature(x = \"ddmatrix\")")