GiNaCRA  0.6.4
GiNaC::infinitesimal_symbol_struct Struct Reference

Type for infinitesimal values. More...

#include <constants.h>

Inheritance diagram for GiNaC::infinitesimal_symbol_struct:
Collaboration diagram for GiNaC::infinitesimal_symbol_struct:

Public Member Functions

 infinitesimal_symbol_struct ()
 Constructs infinitesimal value with standard limit value by 0 and no name.
 infinitesimal_symbol_struct (const std::string &name)
 Constructs infinitesimal value with standard limit value by 0.
 infinitesimal_symbol_struct (const std::string &name, const numeric &l)
 Constructs infinitesimal value with specified limit value.
const numeric limit ()

Data Fields

numeric limit_value

Detailed Description

Type for infinitesimal values.

Definition at line 56 of file constants.h.


Constructor & Destructor Documentation

Constructs infinitesimal value with standard limit value by 0 and no name.

Definition at line 63 of file constants.h.

Constructs infinitesimal value with standard limit value by 0.

Parameters:
name

Definition at line 71 of file constants.h.

GiNaC::infinitesimal_symbol_struct::infinitesimal_symbol_struct ( const std::string &  name,
const numeric &  l 
) [inline]

Constructs infinitesimal value with specified limit value.

Parameters:
name
llimit value

Definition at line 80 of file constants.h.


Member Function Documentation

const numeric GiNaC::infinitesimal_symbol_struct::limit ( ) [inline]

Definition at line 85 of file constants.h.

References limit_value.


Field Documentation

Definition at line 59 of file constants.h.

Referenced by limit().


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