Skip to content

Indicate output dimensionality in AbstractInterpolation type #328

@adrhill

Description

@adrhill

As a developer writing a package extension for DataInterpolations.jl (adrhill/SparseConnectivityTracer.jl#178), it would be useful if all AbstractInterpolations indicated their output dimensionality, e.g.

abstract type AbstractInterpolation{T,N} end 

or {N,T} instead of just {T}:

abstract type AbstractInterpolation{T} end

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