This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Passing matrices from c++ to fortran
- From: "Americo Junior" <americojunior at mec dot puc-rio dot br>
- To: gcc-help at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 16:02:53 -0300 (EST)
- Subject: Passing matrices from c++ to fortran
I want to pass a dynamically aloccated matrix from c++ code to a fortran
subroutine.
I know how to do this with a static matrix, but with dynamical matrix
there are some difficulties.
If someone can help me I'll be grateful.
Thanks.
--
Americo Junior