Skip to content

Labelled Array Constructors do not promote to dual numbers #68

@ChrisRackauckas

Description

@ChrisRackauckas
julia> using ForwardDiff, LabelledArrays

julia> SLVector(a=2.0,b=ForwardDiff.Dual(1,2))
2-element SLArray{Tuple{2},Real,1,2,(:a, :b)}:
                  2.0
 Dual{Nothing}(1,2)

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