powered by
row_norms(x, p = 2) col_norms(x, p = 2)
simple_triplet_matrix
Inf
x <- matrix(1 : 9, 3L) ## Row lengths: row_norms(x) ## Column maxima: col_norms(x, Inf)
Run the code above in your browser using DataLab