Ruud H.G. van Tol on Wed, 18 Jan 2023 14:46:20 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Plane geometry in PARI
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: Plane geometry in PARI
- From: "Ruud H.G. van Tol" <rvtol@isolution.nl>
- Date: Wed, 18 Jan 2023 14:45:10 +0100
- Delivery-date: Wed, 18 Jan 2023 14:46:20 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=isolution.nl; s=soverin; t=1674049511; bh=goSx8MFmQStbgzyyH/JPX8gOVOCwGIaIJOnzQs7o0oU=; h=Date:Subject:To:References:From:In-Reply-To:From; b=aSMpeyFZffYBu8/ip4OdfLTz/eOTkOchVJJiFaKoKjxsWNdKTv0SJk/4U35J3b56O kO2iL34s6d+ymBe/N593LeTHeFtRzXsGIl1A2FmlhYjW49SpBpiJ9wkuNvPPUPZwKE +o/j4z0jpyqq9H1g7pJcbhWB6xw8XGC/0OPF9xng87ymhW1XVKAnPR/7KPIwDvJaHa zQrh4buWcqLgHLVWwPKWd9uiERvXv0vFz5x84jEwCFnNC5d9dZJqDjBu/0H1Prv+wm 77DQfRUfPoF9XKtFPBiwwEbx0PD89p+HvNExN+DLPSXnFTYkM30foz1qv7uqtV7IDG tkt3bcCktOaew==
- In-reply-to: <CANXmBjxx_Bx0E9DMpU2ytig_QBQh49=DjPsRDg9nKG7qwMu9Uw@mail.gmail.com>
- References: <DM6PR03MB51304CCD2DDC271640C574ACFEC69@DM6PR03MB5130.namprd03.prod.outlook.com> <378eefd0-8a8e-c31b-89d9-633787954cea@normalesup.org> <CANXmBjxx_Bx0E9DMpU2ytig_QBQh49=DjPsRDg9nKG7qwMu9Uw@mail.gmail.com>
On 2023-01-18 14:27, Charles Greathouse wrote:
Note that you could either write a C/C++ program including both the
computational geometry library and PARI, or else use a standalone
program (possibly preexisting, possibly built using such a library)
and bring the results into GP with externstr.
If the PARI part is fast, the latter is easier. If the PARI part is
slow, the former may give better performance (and gp2c could help,
perhaps).
Some candidates:
https://jeffe.cs.illinois.edu/compgeom/software.html
-- Ruud