From: N. Brouard Date: Wed, 14 Jun 2023 14:57:02 +0000 (+0000) Subject: * imach.c (Module): Testing if conjugate gradient could be quicker when lot of variab... X-Git-Tag: imach-099s7~41 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=aeaa12b10d70bc68c5ac63f453f7dd93584773c0;p=.git * imach.c (Module): Testing if conjugate gradient could be quicker when lot of variables POWELLORIGINCONJUGATE --- diff --git a/src/imach.c b/src/imach.c index ccfbedb..ca7e4e9 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.357 2023/06/14 14:55:52 brouard + * imach.c (Module): Testing if conjugate gradient could be quicker when lot of variables POWELLORIGINCONJUGATE + Revision 1.356 2023/05/23 12:08:43 brouard Summary: 0.99r46 @@ -1389,7 +1392,7 @@ double gnuplotversion=GNUPLOTVERSION; /* $State$ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="April 2023,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2022"; +char copyright[]="Testing conjugate April 2023,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021-202, INED 2000-2022"; char fullversion[]="$Revision$ $Date$"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH];