PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Polynomial.h
Go to the documentation of this file.
1
10
11#ifndef PBAT_MATH_POLYNOMIAL_POLYNOMIAL_H
12#define PBAT_MATH_POLYNOMIAL_POLYNOMIAL_H
13
18namespace pbat::math::polynomial {
19} // namespace pbat::math::polynomial
20
21#include "Basis.h"
22#include "Concepts.h"
23#include "Roots.h"
24
25#endif // PBAT_MATH_POLYNOMIAL_POLYNOMIAL_H
Basis polynomials in dimensions and orders .
Root-finders for polynomial of arbitrary degree.
Concepts for polynomial basis.
The namespace for the Polynomial module.
Definition Basis.h:25