Krita Source Code Documentation
Loading...
Searching...
No Matches
NUBspline_3d_z Struct Reference

#include <nubspline_structs.h>

Public Attributes

complex_double *restrict coefs
 
spline_code sp_code
 
type_code t_code
 
NUBasis *restrict x_basis
 
NUgrid *restrict x_grid
 
int x_stride
 
BCtype_z xBC
 
NUBasis *restrict *restrict y_basis
 
NUgrid *restrict *restrict y_grid
 
int y_stride
 
BCtype_z yBC
 
NUBasis *restrict *restrict *restrict z_basis
 
NUgrid *restrict *restrict *restrict z_grid
 
BCtype_z zBC
 

Detailed Description

Definition at line 186 of file nubspline_structs.h.

Member Data Documentation

◆ coefs

complex_double* restrict NUBspline_3d_z::coefs

Definition at line 190 of file nubspline_structs.h.

◆ sp_code

spline_code NUBspline_3d_z::sp_code

Definition at line 188 of file nubspline_structs.h.

◆ t_code

type_code NUBspline_3d_z::t_code

Definition at line 189 of file nubspline_structs.h.

◆ x_basis

NUBasis* restrict NUBspline_3d_z::x_basis

Definition at line 193 of file nubspline_structs.h.

◆ x_grid

NUgrid* restrict NUBspline_3d_z::x_grid

Definition at line 192 of file nubspline_structs.h.

◆ x_stride

int NUBspline_3d_z::x_stride

Definition at line 191 of file nubspline_structs.h.

◆ xBC

BCtype_z NUBspline_3d_z::xBC

Definition at line 194 of file nubspline_structs.h.

◆ y_basis

NUBasis* restrict * restrict NUBspline_3d_z::y_basis

Definition at line 193 of file nubspline_structs.h.

◆ y_grid

NUgrid* restrict * restrict NUBspline_3d_z::y_grid

Definition at line 192 of file nubspline_structs.h.

◆ y_stride

int NUBspline_3d_z::y_stride

Definition at line 191 of file nubspline_structs.h.

◆ yBC

BCtype_z NUBspline_3d_z::yBC

Definition at line 194 of file nubspline_structs.h.

◆ z_basis

NUBasis* restrict * restrict * restrict NUBspline_3d_z::z_basis

Definition at line 193 of file nubspline_structs.h.

◆ z_grid

NUgrid* restrict * restrict * restrict NUBspline_3d_z::z_grid

Definition at line 192 of file nubspline_structs.h.

◆ zBC

BCtype_z NUBspline_3d_z::zBC

Definition at line 194 of file nubspline_structs.h.


The documentation for this struct was generated from the following file: