You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since that class is templated and the basis for user-code derived classes, we will implement it similar to Array4 as a void make_ParticleContainer function.
Central methods and support classes that we are using from it to start with:
We will also add the __array_interface__ interface (#9) to the 1D SoA data, and have to think how we expose 1D AoS data (could be a tuple in the __array_interface__ data type).
Maybe we also just look for an equivalent protocol for Pandas Dataframes / cudf.
The text was updated successfully, but these errors were encountered:
We will expose the
ParticleContainer
class next.Since that class is templated and the basis for user-code derived classes, we will implement it similar to Array4 as a
void make_ParticleContainer
function.Central methods and support classes that we are using from it to start with:
We will also add the
__array_interface__
interface (#9) to the 1D SoA data, and have to think how we expose 1D AoS data (could be a tuple in the__array_interface__
data type).Maybe we also just look for an equivalent protocol for Pandas Dataframes /
cudf
.The text was updated successfully, but these errors were encountered: