|
_np | fixed_values = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64)) |
|
_np | num_tgt_per_fixed_value = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | tgt_idx_fixed = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | wgt_tgt_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | num_src_per_tgt = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | weights = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64)) |
|
_np | src_field_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | src_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
_np | src_field_buffer_sizes = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
Definition at line 1971 of file yac.pyx.
◆ fixed_values
_np yac.RawInterpWeights.fixed_values = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64)) |
|
static |
◆ num_src_per_tgt
_np yac.RawInterpWeights.num_src_per_tgt = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ num_tgt_per_fixed_value
_np yac.RawInterpWeights.num_tgt_per_fixed_value = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ src_field_buffer_sizes
_np yac.RawInterpWeights.src_field_buffer_sizes = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ src_field_idx
_np yac.RawInterpWeights.src_field_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ src_idx
_np yac.RawInterpWeights.src_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ tgt_idx_fixed
_np yac.RawInterpWeights.tgt_idx_fixed = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
◆ weights
_np yac.RawInterpWeights.weights = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.float64)) |
|
static |
◆ wgt_tgt_idx
_np yac.RawInterpWeights.wgt_tgt_idx = field(default_factory=lambda: _np.empty(shape=[0], dtype=_np.uintp)) |
|
static |
The documentation for this class was generated from the following file: