Skip to content

Missing \ methods #606

@jw3126

Description

@jw3126

Methods for \ with non square matrix are missing:

using StaticArrays
A = @SArray randn(3,2)
v = @SArray randn(3,1)
Array(A) \ Array(v) # works
A \ v
DimensionMismatch("right hand side B needs first dimension of size 2, has size (3, 1)")

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