Skip to content

Make Matrix::from_fn row-major #172

Description

@AtheMathmo

The current function produces a matrix A_ij = f(j,i). This is inconsistent with the rest of the library.

We should instead have the function construct A_ij = f(i,j).

See #157

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

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions