source: sasmodels/sasmodels/models/lib/gauss20.c @ d1fe925

gh-pages
Last change on this file since d1fe925 was d1fe925, checked in by ajj, 8 years ago

Creating gh_pages branch for docs

  • Property mode set to 100644
File size: 1007 bytes
Line 
1/*
2 *  GaussWeights.c
3 *  SANSAnalysis
4 *
5 *  Created by Andrew Jackson on 4/23/07.
6 *  Copyright 2007 __MyCompanyName__. All rights reserved.
7 *
8 */
9
10// Gaussians
11constant double Gauss20Wt[20]={
12        .0176140071391521,
13        .0406014298003869,
14        .0626720483341091,
15        .0832767415767047,
16        .10193011981724,
17        .118194531961518,
18        .131688638449177,
19        .142096109318382,
20        .149172986472604,
21        .152753387130726,
22        .152753387130726,
23        .149172986472604,
24        .142096109318382,
25        .131688638449177,
26        .118194531961518,
27        .10193011981724,
28        .0832767415767047,
29        .0626720483341091,
30        .0406014298003869,
31        .0176140071391521
32};
33
34constant double Gauss20Z[20]={
35        -.993128599185095,
36        -.963971927277914,
37        -.912234428251326,
38        -.839116971822219,
39        -.746331906460151,
40        -.636053680726515,
41        -.510867001950827,
42        -.37370608871542,
43        -.227785851141645,
44        -.076526521133497,
45        .0765265211334973,
46        .227785851141645,
47        .37370608871542,
48        .510867001950827,
49        .636053680726515,
50        .746331906460151,
51        .839116971822219,
52        .912234428251326,
53        .963971927277914,
54        .993128599185095
55};
Note: See TracBrowser for help on using the repository browser.