AMCAX Kernel 1.0.0.0
ParabolaT.hpp File Reference

Class of parabola. More...

#include <math/ConicBase.hpp>
Include dependency graph for ParabolaT.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::ParabolaS< DIM >
 Base class of parabola. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Typedefs

template<typename Scalar , int DIM>
using AMCAX::ParabolaT = ParabolaS< DIM >
 Compatible alias of ParabolaS. More...
 
using AMCAX::Parabola2 = ParabolaS< 2 >
 2D parabola
 
using AMCAX::Parabola3 = ParabolaS< 3 >
 3D parabola
 

Detailed Description

Class of parabola.

Implementation of parabola

This file is part of AMCAX kernel.