public interface MatrixElementConsumer
void
accept(int row, int column, double value)
void accept(int row, int column, double value)