HumHongeKamyaab
HumHongeKamyaab
> It won't install those yet. The `install.scm` file is self-contained and includes just enough packages to follow the installation process. Once you reach the end of the installation process...
Steps to follow till now, - Install guix binary using https://guix.gnu.org/manual/en/html_node/Binary-Installation.html on Ubuntu - Run following commands on Ubuntu (following https://github.com/daviwil/dotfiles/tree/master/.config/guix/systems/README.md) ``` # Use this as reference for any Guix...
same question, anyone managed to solve this?
I am posting it here because this issue may be related to my following query I want to use matrix-free Newton Krylov to solve the ODE system using implicit methods...
> I want to directly specify user-defined Jacobian vector product (JVP) for my system `jvp(Jv,v,u,p,t)` Hi @ChrisRackauckas, Is there any update on this issue, or Is there any alternative way...
@avik-pal Thanks. I am not sure if can solve for problem defined using NonlinearSolve.jl during an impilcit ODE step of DifferencialEquation.jl There is something about it mentioned in docs https://docs.sciml.ai/DiffEqDocs/stable/features/linear_nonlinear/#Nonlinear-Solvers:-nlsolve-Specification...