Transposes a matrix.
The matrix to manipulate.
A Boolean that describes whether the next data point has arrived for processing. Wire the output valid output of an upstream node to this input to transfer data from the upstream node to this node.
TRUE | The next data point has arrived for processing. |
FALSE | The next data point has not arrived for processing. |
A Boolean that defines whether downstream nodes are ready for this node to return a new value. Use a Feedback Node to wire the ready for input output of a downstream node to this input of the current node.
True | Downstream nodes are ready for this node to return a new value. |
False | Downstream nodes are not ready for this node to return a new value. |
Default: True
The result of the operation
A Boolean that indicates whether this node has computed a result that downstream nodes can use. Wire this output to the input valid input of a downstream node to transfer data from the node to the downstream node.
True | The node has computed a result that downstream nodes can use. |
False | This node has not computed a result that downstream nodes can use. Any data output returns an undefined value. The undefined value returned by a data output may differ between simulation and hardware. |
Where This Node Can Run:
Desktop OS: none
FPGA: All devices
Web Server: Not supported in VIs that run in a web application