i'm using fortran 90/95.
i'm using a lot of (multi-dimensional) matrices.
forgetting about program performance / efficiency / etc, is there a limit to the number of dimensions each matrix can have ?
for example, say i have
REAL, DIMENSION ( IA , JA , KA , ... , ) :: A
where IA, JA, KA, etc...