Skip to content

Matrix multiplication makes all dimensions dynamic #36

@plut

Description

@plut
    using StaticArrays, HybridArrays    
    typeof(SA[1 0;0 1]*HybridArray{Tuple{2,StaticArrays.Dynamic()}}([1 0;0 1]))

Returns Array{Int64,2}. However it can be determined at compile-time that this is actually a 2*n matrix, hence HybridArray{Tuple{2,StaticArrays.Dynamic()}}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions