TorchLean API

FloatLib.Numerics.Representations.Boolean.Arithmetic

Executable Boolean numerical operations #

Boolean masks use their native Bool carrier. These definitions are direct inline operations, and their contracts expose the same functions through the representation-independent numerical API.

@[inline]

Boolean negation.

Instances For
    @[inline]

    Boolean conjunction.

    Instances For
      @[inline]

      Boolean disjunction.

      Instances For
        @[inline]

        Boolean exclusive disjunction.

        Instances For