Garfield++
4.0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
PolLeg.h
Go to the documentation of this file.
1
#ifndef POLLEG_H
2
#define POLLEG_H
3
4
/*
5
Copyright (c) 2003 I. B. Smirnov
6
7
Permission to use, copy, modify, distribute and sell this file
8
and its documentation for any purpose is hereby granted without fee,
9
provided that the above copyright notice, this permission notice,
10
and notices about any modifications of the original text
11
appear in all copies and in supporting documentation.
12
It is provided "as is" without express or implied warranty.
13
*/
14
15
namespace
Heed
{
16
17
/// Simple function for Legendre polynomials.
18
/// Implemented only l = 0, 1, 2, 3, 4, 5, 6.
19
double
polleg
(
const
int
l,
const
double
x);
20
}
21
22
#endif
Heed
Definition:
BGMesh.cpp:6
Heed::polleg
double polleg(const int l, const double x)
Definition:
PolLeg.cpp:17
garfieldpp-4.0
Heed
wcpplib
math
PolLeg.h
Generated by
1.9.6