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