Skip to content

mat: add Doer interface and implementations

Sebastien Binet requested to merge doer into master

Created by: kortschak

This is a proposal for an approach to optimising sparse or sparsish matrix accesses raised in https://github.com/gonum/gonum/pull/124#discussion_r126201816

Only https://github.com/gonum/gonum/commit/2eb65a280581fdb47fa2714f84b793f652ccbb58 is relevant to this PR and I'll revise the history of the PR when #95 is merged.

Depends #95.

Merge request reports