Skip to content

Instantiate sparse data mat directly as transposed #314

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 ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions