You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice to see the developments for this package. I have not had an opportunity yet to use it in earnest, but I do have an application in mind. One thing, though, not criticism, just a remark: if you use it to evaluate an array, then all variables should be arrays, right? No possibilty to combine a scalar with an array? Something along these lines:
real :: a(100)
real :: b
...
expression = 'exp( -b * a)'
...
write(*,*) f%evaluate( x )
The text was updated successfully, but these errors were encountered:
Following discussion on fortran-lang (https://fortran-lang.discourse.group/t/feq-parse-updates-evaluation-with-arrays-now-supported/6871/9)
The text was updated successfully, but these errors were encountered: