Skip to content

Instantiate sparse data mat directly as transposed #314

@schalkdaniel

Description

@schalkdaniel

The data matrix for spline data is created as n x p matrix at the moment. But it is stored as transposed to make use of column-major-order. Instead of transposing it, it would be much more efficient to directly create it as p x n matrix ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions