-
This issue is to discuss the possible advantages and disadvantages for allowing a postfix function call syntax where the function name appears after the closing parenthesis.
i.e. `(x)f` or `(x,y)f`
…
-
Where is opennn-cuda ? Also the are another lib (HIP) that support CUDA and all others card like AMD that could be used instead of CUDA directly.
-
Dear John,
I have been using momi2 for a while, and it is really a great method. However, I am having problems with the growth parameter, trying to model a strong exponential Ne decay in modern hor…
-
## summary
* builtin literals (eg `-128'i8`) become regular user defined literals (UDL) that the parser represents as a litteral-call expression `i8("-128")`, with AST `nkLitCall(nkIdent("i8"), nkStr…
-
Hi all, and thank you for the amazing library. I am however experiencing an issue with the `jac()` function. See the example below:
```python
import casadi
import numpy as np
x = casadi.MX.sym…
-
Numerical differentiation may be necessary.
If we update lavaan but tell it not to fit (use the starting values), it will not update the defined parameters.
We can use ```@Model@def.function``` to c…
-
I have written a C++ library that allows for evaluation of thermodynamic equation of state written in terms of residual Helmholtz energy (only, not derivatives): https://github.com/ianhbell/teqp . De…
-
Dear developers,
why is the ipython console (pycharm) giving different results than the powershell? I exported the settings from powershell and did model.readparams() in the ipython console, still …
-
I was planning to implement functionality that requires me to be able to take the transpose of a complicated linear function, which includes fourier transforms. I noticed that the fft module seems to …
-
@andgoldschmidt has [implemented](https://github.com/andgoldschmidt/Numerical_Differentiation) a number of numerical differentiation methods, some of which could easily be ported over to PySINDy. I'm …