File KnotInserter.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine

This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.

This header contains alias definitions defining which classes to use for the different degrees of derivatives.

namespace Utils
namespace BSplines
class KnotInserter
#include <KnotInserter.h>

Implementation of the knot insertion algorithm by Böhm. doi: 10.1016/0010-4485(80)90154-2

Public Functions

KnotInserter()
void insertKnotByReference(double uInsert, BSpline &bs) const
BSpline insertKnotByCopy(double u, const BSpline &bs) const