norm: Calculate the euclidian norm of two matrices

Description Usage Arguments Value Examples

View source: R/active_contour_utils.R

Description

Calculate the euclidian norm of two matrices

Usage

1
norm(x)

Arguments

x

a list of two matrices

Value

the norm of those matrices

Examples

1
2
my_matrix <- matrix(c(0,1,1,0), nrow=2)
norm(grad(my_matrix))

MartinHinz/shapAAR documentation built on July 12, 2020, 7:41 p.m.