Engee documentation

Matrix 1-Norm

Computation of the first norm of a matrix.

matrix 1 norm

Description

Block Matrix 1-Norm calculates the first norm, or the maximum sum of column elements of the input matrix A of size M by N.

matrix 1 norm 1

Ports

Input

Port_1 - input signal
vector | matrix

Input signal; vector or matrix.

The block processes an input undirected vector of length M as an M by 1 matrix.

The block Matrix 1-Norm supports real and complex input data.

Data types: Float16, Float32, Float64, Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64

Support for complex numbers: Yes

Output

Port_1 - output signal
scalar

The norm, or maximum sum of column elements, of the input matrix; a scalar. The output y is always a scalar.

Data types: Float64