Re: TRANSPOSE and MATMUL interaction



On Aug 31, 7:01 am, Jan Vorbrüggen <jvorbrueg...@xxxxxxxxxxxxxxx>
wrote:
Not that it has relevance to the code _as_written_, but it would have if, for
instance, fjac was ALLOCATABLE

fjac is allocatable, in a subroutine that calls this one.

The code below makes it clear that INTENT is at least IN, so this should be
either IN only or INOUT.

No, I removed all the code that calculates fjac. It is not IN (i e, we
don't use any values in that array at entry time).


.