This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Inline DOT_PRODUCT revisited - to libgfortran/m4 gurus


> result = any ( arg1.and.arg2)
> ... gives 4(!) ...

I get F with GNU Fortran 95 (GCC 4.0.2) and GNU Fortran 95 (GCC) 4.2.0 20060225 (experimental).

>2) What about dot_product for logicals? ...
> I don't know of any real usage of this ...

I don't know either for dot_product, but the powers of the
connectivity matrix (a_ij=T if there is a directed link from i to j
and the iteration uses matmul) allow to study the topology of
directed graphs, but I don't know if this is the practical method.

Dominique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]