Hi,
Just a quick comment on (1).
The C-Fortran interface has been standardized since Fortran 2003. However, it
does require the Fortran interface that is being called from C to have been
written with C operability in mind as specific C interoperable types etc. must
be used.
Trying to call a
> Martin Maechler
> on Tue, 6 Jun 2017 09:45:44 +0200 writes:
> Hervé Pagès
> on Fri, 2 Jun 2017 04:05:15 -0700 writes:
>> Hi, I have a long numeric vector 'xx' and I want to use
>> sum() to count the number of elements that satisfy some
>> criteria like non-
Hi Martin,
On 06/07/2017 03:54 AM, Martin Maechler wrote:
Martin Maechler
on Tue, 6 Jun 2017 09:45:44 +0200 writes:
Hervé Pagès
on Fri, 2 Jun 2017 04:05:15 -0700 writes:
>> Hi, I have a long numeric vector 'xx' and I want to use
>> sum() to count the number of elements