Engee documentation

Matrix 1-Norm

Calculation of the first norm of the matrix.

blockType: Matrix1Norm

Path in the library:

/Signal Operations/Math Functions/Matrices and Linear Algebra/Matrix Operations/Matrix 1-Norm

Description

Block Matrix 1-Norm calculates the first norm, or the maximum sum of the elements of the columns of the input matrix size on .

matrix 1 norm 1

Ports

Input

Port_1 — input signal
vector | matrix

Input signal; vector or matrix.

The block treats the input undirected vector of length M as an M-by-1 matrix.

Block Matrix 1-Norm supports valid 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 the elements of the columns, of the input matrix; scalar. The output of y is always a scalar.

Data types: Float64