aesara.tensor.nlinalg.matrix_dot

Contents

aesara.tensor.nlinalg.matrix_dot#

aesara.tensor.nlinalg.matrix_dot(*args)[source]#

Shorthand for product between several dots.

Given N matrices A_0, A_1, .., A_N, matrix_dot will generate the matrix product between all in the given order, namely A_0 \cdot A_1 \cdot A_2 \cdot .. \cdot A_N.