PSCF
v1.1
src
util
math
Polynomial.cpp
1
/*
2
* Util Package - C++ Utilities for Scientific Computation
3
*
4
* Copyright 2010 - 2017, The Regents of the University of Minnesota
5
* Distributed under the terms of the GNU General Public License.
6
*/
7
8
#include <util/math/Polynomial.h>
9
10
namespace
Util
11
{
12
13
template
class
Polynomial<Rational>;
14
template
class
Polynomial<double>;
15
16
}
Util
Utility classes for scientific computation.
Definition:
accumulators.mod:1
Generated on Wed Sep 20 2023 00:52:46 for PSCF by
1.9.5