Engee documentation

Matrix Exponential

Calculating the exponent of a 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 the scaling and squaring algorithm with Pade approximation.

Ports

Input

Port_1 - input signal
matrix

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
matrix

Calculated exponent of the square matrix.

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

Support for complex numbers: Yes