|
Krita Source Code Documentation
|
#include "nugrid.h"Go to the source code of this file.
Classes | |
| struct | NUBasis |
Functions | |
| NUBasis * | create_NUBasis (NUgrid *grid, bool periodic) |
| void | destroy_NUBasis (NUBasis *basis) |
| int | get_NUBasis_d2funcs_d (NUBasis *restrict basis, double x, double bfuncs[4], double dbfuncs[4], double d2bfuncs[4]) |
| void | get_NUBasis_d2funcs_di (NUBasis *restrict basis, int i, double bfuncs[4], double dbfuncs[4], double d2bfuncs[4]) |
| int | get_NUBasis_d2funcs_s (NUBasis *restrict basis, double x, float bfuncs[4], float dbfuncs[4], float d2bfuncs[4]) |
| void | get_NUBasis_d2funcs_si (NUBasis *restrict basis, int i, float bfuncs[4], float dbfuncs[4], float d2bfuncs[4]) |
| int | get_NUBasis_dfuncs_d (NUBasis *restrict basis, double x, double bfuncs[4], double dbfuncs[4]) |
| void | get_NUBasis_dfuncs_di (NUBasis *restrict basis, int i, double bfuncs[4], double dbfuncs[4]) |
| int | get_NUBasis_dfuncs_s (NUBasis *restrict basis, double x, float bfuncs[4], float dbfuncs[4]) |
| void | get_NUBasis_dfuncs_si (NUBasis *restrict basis, int i, float bfuncs[4], float dbfuncs[4]) |
| int | get_NUBasis_funcs_d (NUBasis *restrict basis, double x, double bfuncs[4]) |
| void | get_NUBasis_funcs_di (NUBasis *restrict basis, int i, double bfuncs[4]) |
| int | get_NUBasis_funcs_s (NUBasis *restrict basis, double x, float bfuncs[4]) |
| void | get_NUBasis_funcs_si (NUBasis *restrict basis, int i, float bfuncs[4]) |
Definition at line 27 of file nubasis.cpp.
References NUBasis::grid, NUgrid::num_points, NUgrid::points, and restrict.
Definition at line 62 of file nubasis.cpp.
References NUBasis::dxInv, and NUBasis::xVals.
| int get_NUBasis_d2funcs_d | ( | NUBasis *restrict | basis, |
| double | x, | ||
| double | bfuncs[4], | ||
| double | dbfuncs[4], | ||
| double | d2bfuncs[4] ) |
Definition at line 374 of file nubasis.cpp.
References restrict.
| void get_NUBasis_d2funcs_di | ( | NUBasis *restrict | basis, |
| int | i, | ||
| double | bfuncs[4], | ||
| double | dbfuncs[4], | ||
| double | d2bfuncs[4] ) |
Definition at line 413 of file nubasis.cpp.
References restrict.
| int get_NUBasis_d2funcs_s | ( | NUBasis *restrict | basis, |
| double | x, | ||
| float | bfuncs[4], | ||
| float | dbfuncs[4], | ||
| float | d2bfuncs[4] ) |
Definition at line 183 of file nubasis.cpp.
References restrict.
| void get_NUBasis_d2funcs_si | ( | NUBasis *restrict | basis, |
| int | i, | ||
| float | bfuncs[4], | ||
| float | dbfuncs[4], | ||
| float | d2bfuncs[4] ) |
Definition at line 222 of file nubasis.cpp.
References restrict.
Definition at line 312 of file nubasis.cpp.
References restrict.
Definition at line 344 of file nubasis.cpp.
References restrict.
Definition at line 121 of file nubasis.cpp.
References restrict.
Definition at line 153 of file nubasis.cpp.
References restrict.
Definition at line 262 of file nubasis.cpp.
References restrict.
Definition at line 288 of file nubasis.cpp.
References restrict.
Definition at line 71 of file nubasis.cpp.
References restrict.
Definition at line 97 of file nubasis.cpp.
References restrict.