APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Public Attributes | List of all members
apfel::term< V, U > Struct Template Reference

The term structure that contains all the objects of a single term of a double object. More...

#include <doubleobject.h>

Public Attributes

double coefficient
 
object1
 
object2
 

Detailed Description

template<class V, class U = V>
struct apfel::term< V, U >

The term structure that contains all the objects of a single term of a double object.

Member Data Documentation

◆ coefficient

template<class V , class U = V>
double apfel::term< V, U >::coefficient

◆ object1

template<class V , class U = V>
V apfel::term< V, U >::object1

◆ object2

template<class V , class U = V>
U apfel::term< V, U >::object2

The documentation for this struct was generated from the following file: