Object

com.stripe.agate.laws

Check

Related Doc: package laws

Permalink

object Check

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Check
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Matrix(tensor: F) extends Product with Serializable

    Permalink
  2. case class SmallFloat(value: Float) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Matrix extends Serializable

    Permalink
  5. val SmallFactors: Set[Long]

    Permalink
  6. object SmallFloat extends Serializable

    Permalink
  7. implicit val arbitraryAxes: Arbitrary[Axes]

    Permalink
  8. implicit val arbitraryTensorFloat32: Arbitrary[Tensor[Float32.type]]

    Permalink
  9. implicit val arbitraryTensorUnknown: Arbitrary[Unknown]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def axisFromShape[A](shape: Shape[A]): Gen[Long]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit val cogenForCoords: Cogen[Coords]

    Permalink
  14. def coordsFromDims(dims: Dims): Gen[Coords]

    Permalink
  15. val elemForTypeMap: HMap[Aux, Gen]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def factors(n: Long): List[Long]

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val genAxes: Gen[Axes]

    Permalink
  21. val genAxes0: Gen[Axes]

    Permalink
  22. val genAxesTransform: Gen[(Axes) ⇒ Gen[Axes]]

    Permalink
  23. val genDataType: Gen[DataType]

    Permalink
  24. val genDim: Gen[Long]

    Permalink
  25. def genElemForType(dt: DataType): Gen[Elem]

    Permalink
  26. val genMatrix: Gen[F]

    Permalink
  27. def genPerm(size: Long): Gen[List[Long]]

    Permalink

    Generate a random permutation

  28. val genScalar: Gen[Float]

    Permalink
  29. def genTensor(dt: DataType): Gen[Tensor[dt.type]]

    Permalink
  30. val genTensorU: Gen[Unknown]

    Permalink
  31. def genTransform1(dt: DataType): Gen[(Tensor[dt.type]) ⇒ Gen[Tensor[dt.type]]]

    Permalink
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def tensorForTypeAndAxes(dt: DataType, axes: Axes): Gen[Tensor[dt.type]]

    Permalink
  40. def tensorFromAxes(axes: Axes): Gen[F]

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped