quartic
There are 6 repositories under quartic topic.
qureshizawar/CUDA-quartic-solver
A general cubic equation solver and quartic equation minimisation solver written for CPU and Nvidia GPUs, for more details and results, see: https://arxiv.org/abs/1903.10041. The library is available for C++/CUDA as well as Python using Pybind11.
alexandreLamarre/Golang-Ray-Tracing-Renderer
A native (no external libraries) golang 3D ray tracing renderer, that implements Ray intersection via the Phong-Reflection Model, Recursive Shape grouping with AABB optimizations and Constructive Solid Geometry, augmented with recursively defined Patterns, Perlin/Simplex noise algorihthms, and an efficient convex-hull/half-edge Delaunay Triangulation implementation
glathoud/js.quartic
Generic solution of the quartic equation + 3D interactive application to a geometrical problem
dimasjackson/Resurgent-Transeries
This repository contains some Mathematica notebooks for the calculation of the resurgent transeries of the quantum mechanical quartic double-well potential.
fgasdia/QuarticSolver
Find roots of 4th order polynomials (quartics)