norm,vclMatrix,character-method | R Documentation |
Computes a matrix norm of x. The norm can be the one \("O"\) norm, the infinity \("I"\) norm, the Frobenius \("F"\) norm, the maximum modulus \("M"\) among elements of a matrix, or the “spectral” or "2"-norm, as determined by the value of type.
## S4 method for signature 'vclMatrix,character'
norm(x, type)
## S4 method for signature 'vclMatrix,missing'
norm(x, type)
## S4 method for signature 'gpuMatrix,character'
norm(x, type)
## S4 method for signature 'gpuMatrix,missing'
norm(x, type)
## S4 method for signature 'ANY,missing'
norm(x, type)
## S4 method for signature 'ANY,character'
norm(x, type)
x |
A gpuR matrix object |
type |
character string, specifying the type of matrix norm to be computed. |
The matrix norm, a non-negative number
Charles Determan Jr.
norm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.