Main Content

mtimes

Matrix product of fi objects

Description

C = mtimes(A,B) is the matrix product of A and B. mtimes(A,B) is called for the syntax A*B when A or B is a fi object.

Note

For information about the fimath properties involved in Fixed-Point Designer™ calculations, see fimath Properties Usage for Fixed-Point Arithmetic and fimath ProductMode and SumMode.

Input Arguments

collapse all

Operands, specified as fi scalars, vectors, matrices, or multidimensional arrays.

  • The number of columns in A must be equal to the number of rows in B, unless A or B is a scalar.

  • fi objects of data type boolean are not supported.

Data Types: fi
Complex Number Support: Yes

Extended Capabilities

expand all

HDL Code Generation
Generate VHDL, Verilog and SystemVerilog code for FPGA and ASIC designs using HDL Coder™.

Version History

Introduced before R2006a

See Also

| | |