numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of legendre_roots function. More...
#include <cmath>
#include <limits>
#include <tuple>
#include <Eigen/Core>
#include "num_collect/base/concepts/real_scalar.h"
#include "num_collect/base/exception.h"
#include "num_collect/base/index_type.h"
#include "num_collect/base/precondition.h"
#include "num_collect/constants/pi.h"
#include "num_collect/constants/zero.h"
#include "num_collect/functions/legendre.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/roots/newton_raphson.h"
#include "num_collect/util/assert.h"
Go to the source code of this file.
Classes | |
class | num_collect::functions::impl::legendre_for_newton< T > |
Class of Legendre function to use with num_collect::roots::newton_raphson class. More... | |
class | num_collect::functions::legendre_roots< T > |
Class of roots of Legendre function. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::functions |
Namespace of special functions. | |
namespace | num_collect::functions::impl |
Namespace of internal implementations. | |
Definition of legendre_roots function.
Definition in file legendre_roots.h.