rivet
is hosted by
Hepforge
,
IPPP Durham
Rivet home
Contur
Professor
YODA
MCplots
AGILe
Downloads
Analyses
Standard analyses
Analysis changelog
Writing an analysis
Analysis coverage & wishlists
General
No searches/HI
Searches
Heavy ion
Documentation
Manual & talk links
Getting started / tutorials
Rivet via Docker
Changelog
Doxygen code/API docs
Source code
Contact
Rivet
2.7.0
include
Rivet
Math
StdHeader.hh
1
#ifndef RIVET_MATH_STD
2
#define RIVET_MATH_STD
3
4
#include <stdexcept>
5
#include <string>
6
#include <ostream>
7
#include <sstream>
8
#include <iostream>
9
#include <cmath>
10
#include <map>
11
#include <vector>
12
13
#include "eigen/vector.h"
14
#include "eigen/matrix.h"
15
16
using
std::string;
17
using
std::ostream;
18
using
std::ostringstream;
19
using
std::cout;
20
using
std::endl;
21
using
std::pair;
22
using
std::vector;
23
24
#endif
Generated on Sun Feb 17 2019 21:04:56 for Rivet by
1.8.13