public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Finding repetitions of 8-tuple collections
@ 2022-12-31  6:17 Hans Lonsdale
  2022-12-31 10:22 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Lonsdale @ 2022-12-31  6:17 UTC (permalink / raw)
  To: gcc-help



I have 16 collections of 8 numbers

(11 12 11 44 11 12 11 23)
(12 21 11 44 11 12 11 23)
and so on

I want to find whether there are repetitions of each 8-tuple using fortran.

The order in which the numbers occur is not important.


-- 
Sent with https://mailfence.com  
Secure and private email

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Finding repetitions of 8-tuple collections
  2022-12-31  6:17 Finding repetitions of 8-tuple collections Hans Lonsdale
@ 2022-12-31 10:22 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2022-12-31 10:22 UTC (permalink / raw)
  To: Hans Lonsdale; +Cc: gcc-help

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

On Sat, 31 Dec 2022, 07:17 Hans Lonsdale via Gcc-help, <gcc-help@gcc.gnu.org>
wrote:

>
>
> I have 16 collections of 8 numbers
>
> (11 12 11 44 11 12 11 23)
> (12 21 11 44 11 12 11 23)
> and so on
>
> I want to find whether there are repetitions of each 8-tuple using fortran.
>
> The order in which the numbers occur is not important.
>

This is not a question about using/building/installing GCC so doesn't
belong here.

Try a general Fortran programming forum.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-31 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31  6:17 Finding repetitions of 8-tuple collections Hans Lonsdale
2022-12-31 10:22 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).