Skip to content

Derive VectorArray's python bindings from nias::VectorArray #6

@tobiasleibner

Description

@tobiasleibner

As discussed in the last meeting, we would like to have Python bindings for our VectorArray interface which directly derive from NiAS's VectorArray interface class. In order to do that, we have to

  • implement all methods and a behavior similar to NiAS' VectorArray class. For this purpose, we probably need
    • an Indices class which can handle at least single integers, lists of integers, pybind11::slice types and then use this class in all methods which accept indices
    • a VectorArrayView class

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions