Function gradient
pub fn gradient<I>(
operand: &ExpressionType<I>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Description
Type a physical-space gradient.
pub fn gradient<I>(
operand: &ExpressionType<I>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Type a physical-space gradient.