Skip to content

norm vs opnorm transition should be completed #382

Closed
@ericphanson

Description

@ericphanson

Right now, if A is a matrix, then norm(A,p) emits a deprecation warning and calls opnorm(A,p), in line with Julia 0.7. In the next breaking release, we should make norm(A,p) call norm(vec(A), p) as the deprecation warning states, and remove the warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions