Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//! Numerical solvers for scientific computing
|
||||
|
||||
pub struct ODESolver;
|
||||
pub struct PDESolver;
|
||||
pub struct LinearSolver;
|
||||
pub struct EigenSolver;
|
||||
pub struct RungeKutta;
|
||||
pub struct AdamsBashforth;
|
||||
pub struct CrankNicolson;
|
||||
pub struct GMRES;
|
||||
pub struct CG;
|
||||
Reference in New Issue
Block a user