matrixnorm: Function to calculate the norm of a matrix.

View source: R/03_IFE_algorithm_functions.R

matrixnormR Documentation

Function to calculate the norm of a matrix.

Description

Function to calculate the norm of a matrix.

Usage

matrixnorm(mat)

Arguments

mat

input matrix

Value

numeric


RCTS documentation built on May 31, 2023, 9:20 p.m.

Related to matrixnorm in RCTS...