Open ctongfei opened 5 years ago
Given D[_]: DifferentiableAlgebra,
D[_]: DifferentiableAlgebra
def jacobian[X, Y, `∂Y/∂X`](y: D[Y], x: D[X])(implicit J: Jacobian.Aux[X, Y, `∂Y/∂X`]): `∂Y/∂X`
How should we define Jacobian.Aux for all differentiable types?
Jacobian.Aux
Given
D[_]: DifferentiableAlgebra
,How should we define
Jacobian.Aux
for all differentiable types?