[][src]Function hyperdual::extract_jacobian_and_result

pub fn extract_jacobian_and_result<T: Scalar + Zero + Float, DimInputs: Dim + DimName, DimOutputs: Dim + DimName, DimHyper: Dim + DimName>(
    fx_dual: &VectorN<DualN<T, DimHyper>, DimOutputs>
) -> (VectorN<T, DimOutputs>, MatrixMN<T, DimOutputs, DimInputs>) where
    DefaultAllocator: Allocator<T, DimInputs> + Allocator<T, DimOutputs> + Allocator<T, DimOutputs, DimInputs> + Allocator<DualN<T, DimHyper>, DimOutputs> + Allocator<T, DimHyper>,
    <DefaultAllocator as Allocator<T, DimHyper>>::Buffer: Copy