Function divide

  • Divides a vector by another vector (component-wise); assumes a and b have the same length.

    Type Parameters

    Parameters

    • a: BaseArgType

      Operand vector.

    • b: BaseArgType

      Operand vector.

    • Optional dst: T

      vector to hold result. If not passed in a new one is created.

    Returns T

    The vector of quotients of entries of a and b.