ERKALE
ERKALE - DFT from Hel
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Friends
Pages
src
lobatto.h
1
/*
2
* This source code is part of
3
*
4
* E R K A L E
5
* -
6
* DFT from Hel
7
*
8
* Written by Susi Lehtola, 2010-2011
9
* Copyright (c) 2010-2011, Susi Lehtola
10
*
11
* This program is free software; you can redistribute it and/or
12
* modify it under the terms of the GNU General Public License
13
* as published by the Free Software Foundation; either version 2
14
* of the License, or (at your option) any later version.
15
*/
16
17
18
19
#ifndef ERKALE_LOBATTO
20
#define ERKALE_LOBATTO
21
22
#include<vector>
23
25
void
lobatto_compute (
int
n, std::vector<double> & x, std::vector<double> & w);
26
27
#endif
Generated on Sat Nov 26 2016 21:21:52 for ERKALE by
1.8.5