powered by
Compute matrix norm.
# S4 method for float32,ANY norm(x, type = c("O", "I", "F", "M", "2"))
A single float.
A float vector/matrix.
"O"-ne, "I"-nfinity, "F"-robenius, "M"-ax modulus, and "2" norms.
library(float) s = flrunif(10, 3) norm(s, type="O")
Run the code above in your browser using DataLab