HepLib
Namespaces | Functions
Sort.cpp File Reference

Basic Functions, extend GiNaC. More...

#include "BASIC.h"
Include dependency graph for Sort.cpp:

Go to the source code of this file.

Namespaces

 HepLib
 HepLib namespace.
 

Functions

bool HepLib::ex_less (const ex &a, const ex &b)
 
void HepLib::sort_vec (exvector &ivec, bool less)
 sort the list in less order, or the reverse More...
 
void HepLib::sort_vec_by (exvector &ivec, int ki, bool less)
 sort the list in less order, or the reverse More...
 
void HepLib::sort_lst (lst &ilst, bool less)
 sort the list in less order, or the reverse More...
 
void HepLib::sort_lst_by (lst &ilst, int ki, bool less)
 sort the list in less order, or the reverse More...
 

Detailed Description

Basic Functions, extend GiNaC.

Definition in file Sort.cpp.