ekore 0.15.3

EKO expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Library for anomalous dimension in |DGLAP| and |OME|.

// Let's stick to the original names which often come from FORTRAN, where such convention do not exists
#![allow(non_snake_case)]

pub mod anomalous_dimensions;
pub mod bib;
mod constants;
pub mod harmonics;
pub mod operator_matrix_elements;
pub mod util;