PPT Slide
NetSolve - FORTRAN Interface
parameter( MAX = 100)
double precision A(MAX,MAX), B(MAX)
integer IPIV(MAX), N, INFO, LWORK
integer NSINFO
call DGESV(N,1,A,MAX,IPIV,B,MAX,INFO)
Easy ‘switch’ to NetSolve
call NETSL(‘DGESV’,NSINFO,
N,1,A,MAX,IPIV,B,MAX,INFO)
Previous slide
Next slide
Back to first slide
View graphic version