fnorm-methods {DelayedTensor} | 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)