Skip to content

Split out transform from factorize #133

@dlfivefifty

Description

@dlfivefifty

At the moment factorize plays the role of both a transform (a Plan) and a coordinate transformation. But sometimes its convenient to work directly with transforms. For example, at the moment I'm trying to do the analogue of fft(randn(3,3,3), 1) for a Chebyshev() basis but factorizations are inherently matrix/vec.

My plan is to add an extra function plan_transform(basis, array, dim) to support this functionality.

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