mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Place copyright notices in file.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[h4 Synopsis]
|
||||
|
||||
``
|
||||
#include <boost/math/special_functions/legendre_p_stieltjes.hpp>
|
||||
#include <boost/math/special_functions/legendre_stieltjes.hpp>
|
||||
``
|
||||
|
||||
namespace boost{ namespace math{
|
||||
@@ -63,3 +63,9 @@ Example usage:
|
||||
double norm = std::sqrt(E.norm_sq());
|
||||
|
||||
[endsect]
|
||||
[/
|
||||
Copyright 2017 Nick Thompson
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
(See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt).
|
||||
]
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
// Copyright Nick Thompson 2017.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt
|
||||
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
// Copyright Nick Thompson 2017.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt
|
||||
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#ifndef BOOST_MATH_SPECIAL_LEGENDRE_STIELTJES_HPP
|
||||
#define BOOST_MATH_SPECIAL_LEGENDRE_STIELTJES_HPP
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
// Copyright Nick Thompson 2017.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0.
|
||||
// (See accompanying file LICENSE_1_0.txt
|
||||
// or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#define BOOST_TEST_MODULE LegendreStieltjesTest
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
Reference in New Issue
Block a user