GiNaC 1.8.7
Public Member Functions | Private Member Functions | Private Attributes | List of all members
GiNaC::symbolset Class Reference

Public Member Functions

 symbolset (const ex &e)
 
bool has (const ex &e) const
 

Private Member Functions

void insert_symbols (const ex &e)
 

Private Attributes

exset s
 

Detailed Description

Definition at line 1056 of file inifcns.cpp.

Constructor & Destructor Documentation

◆ symbolset()

GiNaC::symbolset::symbolset ( const ex e)
inlineexplicit

Definition at line 1069 of file inifcns.cpp.

References insert_symbols().

Member Function Documentation

◆ insert_symbols()

void GiNaC::symbolset::insert_symbols ( const ex e)
inlineprivate

Definition at line 1058 of file inifcns.cpp.

References insert_symbols(), and s.

Referenced by insert_symbols(), and symbolset().

◆ has()

bool GiNaC::symbolset::has ( const ex e) const
inline

Definition at line 1073 of file inifcns.cpp.

References s.

Referenced by GiNaC::lsolve().

Member Data Documentation

◆ s

exset GiNaC::symbolset::s
private

Definition at line 1057 of file inifcns.cpp.

Referenced by has(), and insert_symbols().


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.