MatrixBlockDiagonal¶
Create a block-diagonal matrix from a collection of input matrices.
More Info... Version 1.0.0
Ports/Properties¶
data1¶
Input matrix 1.
- verbose name: Data1
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data2¶
Input matrix 2.
- verbose name: Data2
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data3¶
Input matrix 3.
- verbose name: Data3
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data4¶
Input matrix 4.
- verbose name: Data4
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data5¶
Input matrix 5.
- verbose name: Data5
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data6¶
Input matrix 6.
- verbose name: Data6
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data7¶
Input matrix 7.
- verbose name: Data7
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data8¶
Input matrix 8.
- verbose name: Data8
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data9¶
Input matrix 9.
- verbose name: Data9
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
data10¶
Input matrix 10.
- verbose name: Data10
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: IN
dataN¶
Additional input matrices.
- verbose name: Datan
- default value: None
- port type: DataPort
- value type: list (can be None)
- data direction: IN
outdata¶
Result.
- verbose name: Outdata
- default value: None
- port type: DataPort
- value type: AnyNumeric (can be None)
- data direction: OUT
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
- verbose name: Set Breakpoint (Debug Only)
- default value: False
- port type: BoolPort
- value type: bool (can be None)
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.
- verbose name: Metadata
- default value: {}
- port type: DictPort
- value type: dict (can be None)