Skip to content

Matrix infinity norm over rows #26

Open
@patwa67

Description

@patwa67

Is there some way to implement the induced infinity matrix norm:
maximum absolute row sum of a matrix
Lets say I have multivariate data in Y (for simplicity of dim n x 2) and X, and want to solve:

@minimize ls( A*X - Y ) + λ[1]*norm(X[:,1],1) + λ[2]*norm(X[:,2],1) + λ[3]*"maximum absolute row sum of matrix X"

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