Matrix multiplication

| Vector | C |
в палитре на схеме

The block calculates the product of two matrices.

Ports

  • An input port for feeding the first multiplier matrix;
  • An input port for feeding the second multiplier matrix;
  • Output port for outputting the production matrix.

Свойства

  • Number of rows of matrix 1 - an integer equal to the number of rows in the first multiplier matrix;
  • Number of columns of matrix 1 - an integer equal to the number of columns in the first multiplier matrix;
  • Number of rows of matrix 2 - an integer equal to the number of rows in the second multiplier matrix;
  • Number of columns of matrix 2 - an integer equal to the number of columns in the second multiplier matrix;

Параметры

none