Package org.wpilib.math.autodiff


package org.wpilib.math.autodiff
  • Class
    Description
    Expression type.
    This class calculates the gradient of a variable with respect to a vector of variables.
    This class calculates the Hessian of a variable with respect to a vector of variables.
    This class calculates the Jacobian of a vector of variables with respect to a vector of variables.
    Wrapper for sparse matrix triplets from JNI.
    Numerical integration utilities.
    Represents a sequence of elements in an iterable object.
    Type tag used to designate an omitted argument of the slice.
    An autodiff variable pointing to an expression node.
    Handle type tag.
    A submatrix of autodiff variables with reference semantics.
    A matrix of autodiff variables.
    Cleans up implicitly allocated Variables via try-with-resources.