Matrix-Matrix Multiplication ============================= This function allows you to compute matrix-matrix multiplication, as well as, matrix-vector multiplication. An example of how to use the operation is provided below. .. autofunction:: omtools.std.matmat.matmat .. jupyter-execute:: ../../../../omtools/examples/valid/ex_matmat_mat_mat_product.py .. embed-n2 :: ../omtools/examples/valid/ex_matmat_mat_mat_product.py