OpenViBE Documentation 3.6.0
Matrix Transpose

Summary

  • Plugin name : Matrix Transpose
  • Version : 1.0
  • Author : Jussi T. Lindgren
  • Company : Inria
  • Short description : Transposes each matrix of the input stream
  • Documentation template generation date : Jan 24 2024

Description

Only works for 1 and 2 dimensional matrices. One-dimensional matrixes will be upgraded to two dimensions: [N x 1]

Inputs

1. Input matrix

  • Type identifier : Streamed matrix (0x544a003e, 0x6dcba5f6)

Outputs

1. Output matrix

  • Type identifier : Streamed matrix (0x544a003e, 0x6dcba5f6)

Examples

Miscellaneous