Matlab & Fortran Example
>> x = netsolve(‘LinearSystem’,a,b)
x = [ . . . ]
>> request = netsolve_nb(‘LinearSystem’,a,b)
request = 0
>> x = netsolve(‘get’,request)
x = [ . . . ]
CALL NETSL(‘DGESV()’,NSINFO,
N,1,A,MAX,IPIV,B,MAX,INFO)
Matlab
Fortran
Previous slide
Next slide
Back to first slide
View graphic version