SciML / diffeqpy

Solving differential equations in Python using DifferentialEquations.jl and the SciML Scientific Machine Learning organization
MIT License
508 stars 39 forks source link

Create installation functions for GPUs #127

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 8 months ago

Fixes https://github.com/SciML/diffeqpy/issues/126

ChrisRackauckas commented 8 months ago

@LilithHafner is this a defendable approach?

LilithHafner commented 8 months ago

Yes, it seems reasonable.