Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-methods

Is numpy.sum implemented in such a way that numerical errors are avoided?

Vertical line fit using polyfit

How to get binary representation of floating-point number in PHP?

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++