I have a set of sympy matrix with different variables inside and I would like to generate a file in Fortran of these matrices in order to plug it inside an existing code as a module.
But I see from the documentation to write several subroutines in the same file but I can’t find a way to do it. If you have some hints also to create a module via Codegen, it will be nice.
Thank you