I'm getting one of the "solutions" with all zeros. Program and output below:
PROGRAM linreg
INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:"libiomp5md.lib"
! INCLUDE 'link_fnl_shared.h' ! (To...
Type: Posts; User: jianni
I'm getting one of the "solutions" with all zeros. Program and output below:
PROGRAM linreg
INCLUDE 'link_fnl_static.h'
!DEC$ OBJCOMMENT LIB:"libiomp5md.lib"
! INCLUDE 'link_fnl_shared.h' ! (To...
Please see the free supporting information PDF at
https://pubs.acs.org/doi/suppl/10.1021/acs.jpca.9b03771/suppl_file/jp9b03771_si_001.pdf
The LP problem is on Page S8. That's what I'm trying to...
Mathomoitica solves it correct:
c = ( - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 )
Out[3]= {{- 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1, - 1,...
Unfortunately I get the same incorrect result when the DATA lines are reformatted in row-major like this:
DATA (A(1,n),n=1,NVAR)/1., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0./...
The questions to test to see if you're human don't seem to work.
One question the answer is 45 but the system stated it was incorrect, but then later it stated it was correct.
Something not right...
The Linear Programming subroutine DENSE_LP() seems to be producing an incorrect solution. Its probably a programming problem I'm doing with the usual FORTRAN column-row issue as I know IMSL...
" by using %LINK_FNL_STATIC% or %LINK_F90_STATIC% in the compiler invocation"
Okay, so how do I statically link IMSL libraries in MS VS2008?
Hi,
I've been using IMSL since 2002 with the Compaq Fortran compiler. I recently purchased the Intel 11.1 compiler bundled with IMSL. I managed to recompiled my code, but the UMACH() function...
I have only about 60 something rows and 36 columns, but my Leading dimension on the DIST matrix is 8001.
I'm assuming IMACH(5) is INT*4 equals about 2e6
so 2e6/8001=2135 which is about where my...
Ed,
Are there any patches I can apply for the CDIST routine?
I hope I don't have to re-purchase the entire Fortran IMSL library as that would really be laime.
-james
BTW
Hello,
I am using the IMSL version that came with Compaq Fortran Version 6.6 with the same compiler and Visual Studio 6.0. I am having problems running DCDIST() ( REAL*8 version of CDIST() )...