cppf
Popular repositories Loading
-
-
-
-
-
mpi-boruvka-mst
mpi-boruvka-mst PublicGet Minimum Spanning Tree of a connected Graph using Boruvka's Algorithm and MPI.
C 1
-
Repositories
- nvgraph.sh Public archive
CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.
- number-base-conversion Public
Base conversion is a method of changing the representation of a number from one set of symbols to another.
- bisection-root Public
The Bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs.
- regula-falsi-root Public
The Regula–Falsi Method is a numerical method for estimating the roots of a polynomial f(x).
- fixed-point-root Public
Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.
- newton-root Public
Newton's (Newton–Raphson) method is a root-finding algorithm which produces successively better approximations to the roots of a real-valued function.
- secant-root Public
The Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.