Engee documentation

IsSymmetric

Checking whether the matrix is symmetric or skew-symmetric.

blockType: IsSymmetric

Path in the library:

/Basic/Matrix Operations/IsSymmetric

Description

Block IsSymmetric determines whether the original matrix is symmetric or skew-symmetric.

Ports

Input

# IN_1 — the original matrix
the matrix

Details

The original matrix.

Data types

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

Complex numbers support

No

Output

# OUT_1 — the result of the definition
boolean value, real scalar

Details

The result of determining whether a matrix is symmetric (skew-symmetric).

Data types

Bool

Complex numbers support

No

Parameters

Main

# Mode — Detection mode: symmetric or skew-symmetric
Symmetric | Skew-Symmetric

Details

Sets the detection mode:

  • Symmetric — the block determines whether the matrix is symmetric.

  • Skew-Symmetric — the block determines whether the matrix is skew-symmetric.

Values

Symmetric | Skew-Symmetric

Default value

Symmetric

Program usage name

Mode

Tunable

No

Evaluatable

No