Skip to content

Make Matrix::from_fn row-major #172

@AtheMathmo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions