HepLib
Classes | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
HepLib::SUNF Class Reference

class for SUNF object More...

#include <HEP.h>

Inheritance diagram for HepLib::SUNF:
Inheritance graph
[legend]
Collaboration diagram for HepLib::SUNF:
Collaboration graph
[legend]

Classes

class  visitor
 

Public Types

typedef basic inherited
 

Public Member Functions

 SUNF ()
 
SUNFduplicate () const override
 
void accept (GiNaC::visitor &v) const override
 
const GiNaC::registered_class_info & get_class_info () const override
 
GiNaC::registered_class_info & get_class_info () override
 
const char * class_name () const override
 
 SUNF (ex i, ex j, ex k)
 
size_t nops () const override
 
ex op (size_t i) const override
 
ex & let_op (size_t i) override
 
ex eval () const override
 
void print (const print_dflt &c, unsigned level=0) const
 
void form_print (const FormFormat &c, unsigned level=0) const
 
void fc_print (const FCFormat &c, unsigned level=0) const
 
void archive (archive_node &n) const override
 
void read_archive (const archive_node &n) override
 
ex derivative (const symbol &s) const override
 set derivative of SUNF to 0 More...
 
bool is_equal_same_type (const basic &other) const override
 

Static Public Member Functions

static GiNaC::registered_class_info & get_class_info_static ()
 
static bool has (const ex &e)
 
static lst all (const ex &e)
 

Public Attributes

ex ijk [3]
 

Protected Member Functions

int compare_same_type (const GiNaC::basic &other) const override
 

Friends

template<class B , typename... Args>
B & dynallocate (Args &&... args)
 

Detailed Description

class for SUNF object

Definition at line 233 of file HEP.h.

Member Typedef Documentation

◆ inherited

typedef basic HepLib::SUNF::inherited

Definition at line 245 of file HEP.h.

Constructor & Destructor Documentation

◆ SUNF() [1/2]

HepLib::SUNF::SUNF ( )

◆ SUNF() [2/2]

HepLib::SUNF::SUNF ( ex  i,
ex  j,
ex  k 
)

Definition at line 396 of file Basic.cpp.

Member Function Documentation

◆ accept()

void HepLib::SUNF::accept ( GiNaC::visitor &  v) const
override

Definition at line 390 of file Basic.cpp.

◆ all()

static lst HepLib::SUNF::all ( const ex &  e)
static

◆ archive()

void HepLib::SUNF::archive ( archive_node &  n) const
override

Definition at line 452 of file Basic.cpp.

◆ class_name()

const char * HepLib::SUNF::class_name ( ) const
override

Definition at line 393 of file Basic.cpp.

◆ compare_same_type()

int HepLib::SUNF::compare_same_type ( const GiNaC::basic &  other) const
overrideprotected

Definition at line 397 of file Basic.cpp.

◆ derivative()

ex HepLib::SUNF::derivative ( const symbol &  s) const
override

set derivative of SUNF to 0

Parameters
sthe symbol which the derivative to
Returns
always 0

Definition at line 475 of file Basic.cpp.

◆ duplicate()

SUNF * HepLib::SUNF::duplicate ( ) const
override

Definition at line 389 of file Basic.cpp.

◆ eval()

ex HepLib::SUNF::eval ( ) const
override

Definition at line 416 of file Basic.cpp.

◆ fc_print()

void HepLib::SUNF::fc_print ( const FCFormat c,
unsigned  level = 0 
) const

Definition at line 439 of file Basic.cpp.

◆ form_print()

void HepLib::SUNF::form_print ( const FormFormat c,
unsigned  level = 0 
) const

Definition at line 435 of file Basic.cpp.

◆ get_class_info() [1/2]

const GiNaC::registered_class_info & HepLib::SUNF::get_class_info ( ) const
override

Definition at line 391 of file Basic.cpp.

◆ get_class_info() [2/2]

GiNaC::registered_class_info & HepLib::SUNF::get_class_info ( )
override

Definition at line 392 of file Basic.cpp.

◆ get_class_info_static()

GiNaC::registered_class_info & HepLib::SUNF::get_class_info_static ( )
static

Definition at line 387 of file Basic.cpp.

◆ has()

static bool HepLib::SUNF::has ( const ex &  e)
static

◆ is_equal_same_type()

bool HepLib::SUNF::is_equal_same_type ( const basic &  other) const
override

Definition at line 407 of file Basic.cpp.

◆ let_op()

ex & HepLib::SUNF::let_op ( size_t  i)
override

Definition at line 447 of file Basic.cpp.

◆ nops()

size_t HepLib::SUNF::nops ( ) const
override

Definition at line 443 of file Basic.cpp.

◆ op()

ex HepLib::SUNF::op ( size_t  i) const
override

Definition at line 444 of file Basic.cpp.

◆ print()

void HepLib::SUNF::print ( const print_dflt &  c,
unsigned  level = 0 
) const

Definition at line 431 of file Basic.cpp.

◆ read_archive()

void HepLib::SUNF::read_archive ( const archive_node &  n)
override

Definition at line 459 of file Basic.cpp.

Friends And Related Function Documentation

◆ dynallocate

template<class B , typename... Args>
B& dynallocate ( Args &&...  args)
friend

Member Data Documentation

◆ ijk

ex HepLib::SUNF::ijk[3]

Definition at line 258 of file HEP.h.


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