#pragma once #include "matrix.h" template matrix matmul(matrix a, matrix b);