fnorm-methods | R Documentation |
Returns the Frobenius norm of the Tensor instance.
fnorm(darr)
## S4 method for signature 'DelayedArray'
fnorm(darr)
darr |
DelayedArray object |
This function is an extension of the fnorm
by DelayedArray.
numeric Frobenius norm of darr
library("DelayedRandomArray")
darr <- RandomUnifArray(c(2,3,4))
fnorm(darr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.