G+Smo
24.08.0
Geometry + Simulation Modules
|
Implementation of deBoor and tensor deBoor algorithm. More...
Go to the source code of this file.
Namespaces | |
gismo | |
The G+Smo namespace, containing all definitions for the library. | |
Functions | |
template<class T , class KnotVectorType > | |
void | gsDeboor (const gsMatrix< T > &u, const KnotVectorType &knots, int deg, const gsMatrix< T > &coefs, gsMatrix< T > &result) |
template<class T , class KnotVectorType > | |
void | gsDeboorDeriv (const gsMatrix< T > &u, const KnotVectorType &knots, int deg, const gsMatrix< T > &coefs, gsMatrix< T > &result) |
Implementation of deBoor and tensor deBoor algorithm.
This file is part of the G+Smo library.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Author(s): A. Mantzaflaris, J. Speh