Skip to content

make use of numpy.array_lib for axis arguments #2816

Open
@Transurgeon

Description

@Transurgeon

Is your feature request related to a problem? Please describe.
This is a low priority in the internal codebase of cvxpy. Currently, there is custom code across some places (ex: AxisAtom, reshape) that could be replaced with a more native numpy function (i.e. normalize_axis_tuple and normalize_axis_index).

Describe the solution you'd like
Replace the custom axis processing with numpy functions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions