Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-methods

log(1+x) is to log1p as log(1-x) is to?

c++ numerical-methods

Generating Full Period/Full Cycle Random Numbers or Permutations Similar to LCG but without odd/even

how can I evaluate the derivative of a spline function in R?

r numerical-methods spline

Numerically stable method for solving quadratic equations

Recursive arc-length reparameterization of an arbitrary curve

Robust polygon normal calculation

numpy gradient function and numerical derivatives

Why are structs so much faster than classes for this specific case?

Bezier Cubic Curves: moving with uniform acceleration

Numerical library for Scala

Automatic differentiation library in Scheme / Common Lisp / Clojure

argsort for a multidimensional ndarray

Calculate eigenvalues/eigenvectors of hundreds of small matrices using CUDA

Solving PDE with implicit euler in python - incorrect output

Which numerical library to use for porting from Matlab to C++? [closed]

N body simulation in C++

efficiently determining if a polynomial has a root in the interval [0,T]

is there a c++ library for ordinary differential equation (ODE) solvers?

Numerical ODE solving in Python