Primitive

<auto-generated stub>

Implicit methods

def dist(x: Rep[Int], y: Rep[Int]): Rep[Double]

def dist(x: Rep[Double], y: Rep[Double]): Rep[Double]

def repFloat2ToRepDouble(x: Rep[Float]): Rep[Double]

Enables implicit conversion from Float to Double


def repInt2ToRepDouble(x: Rep[Int]): Rep[Double]

Enables implicit conversion from Int to Double


def repInt2ToRepFloat(x: Rep[Int]): Rep[Float]

Enables implicit conversion from Int to Float


def repInt2ToRepLong(x: Rep[Int]): Rep[Long]

Enables implicit conversion from Int to Long