sparsegrad.impl package

Module contents

This module can be imported before everything else and used to redirect some of scipy functionality. Rest of sparsegrad uses scipy functions imported here.

sparsegrad.impl.dot_(a, b)

Proxy for a.dot(b)