Engee documentation

Matrix Exponential

Calculation of the exponent of the matrix.

blockType: MatrixExponential

Path in the library:

/Signal Operations/Math Functions/Matrices and Linear Algebra/Matrix Operations/Matrix Exponential

Description

Block Matrix Exponential calculates the exponent of a square matrix using a scaling and squaring algorithm with Pad approximation.

Ports

Input

Port_1 — input signal
the matrix

The input square matrix.

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

Support for complex numbers: Yes

Output

Port_1 — output signal
the matrix

The calculated exponent of a square matrix.

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

Support for complex numbers: Yes