Description of the maintenance task
Inspired by the conversation in #1407, it would be nice to avoid building the sparse matrix in the deriv methods of some mappings when the v argument is not None. We should be able to compute the dot product in place without having to build the matrix.
Description of the maintenance task
Inspired by the conversation in #1407, it would be nice to avoid building the sparse matrix in the
derivmethods of some mappings when thevargument is notNone. We should be able to compute the dot product in place without having to build the matrix.