Skip to content

What would be the best way to implement support differentiation of a SubSpace #4

Description

@vincentcp

At this moment

julia> S = ApproxFunBase.SubSpace(Fourier(), 1:10);

julia> Derivative(S)
DerivativeWrapper : Fourier(【0.0,6.283185307179586❫)|1:10  SinSpace(【0.0,6.283185307179586❫)CosSpace(【0.0,6.283185307179586❫)
 0.0  0.0  -1.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0  -2.0  0.0   0.0  0.0   0.0  0.0
 0.0  1.0   0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0   0.0  0.0  -3.0  0.0   0.0  0.0
 0.0  0.0   0.0  2.0   0.0  0.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0  -4.0  0.0
 0.0  0.0   0.0  0.0   0.0  3.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0   0.0  0.0
 0.0  0.0   0.0  0.0   0.0  0.0   0.0  4.0   0.0  0.0

while the first dimension could be finite.

Where would be the best place to interrupt the ApproxFunBase flow to create an Operator that is finite in both dimensions?

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