Array¶
- class kgpy.data.Array(value, grid)¶
Bases:
Copyable,Generic[GridT]Attributes
Methods
__init__(value, grid)copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(ArrayT, bound= Array)
Inheritance Diagram
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- interp_barycentric_linear(grid)¶
- Return type
typing.TypeVar(ArrayT, bound= Array)- Parameters
self (ArrayT) –
grid (GridT) –
- interp_barycentric_linear_scipy(grid)¶
- Parameters
self (ArrayT) –
grid (GridT) –
-
grid:
typing.TypeVar(GridT, bound=kgpy.grid.Grid)¶
-
value:
kgpy.labeled.Array¶
- property value_broadcasted: ArrayT¶