org.nd4s

Implicits

object Implicits

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Implicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class ComplexArray2INDArray extends AnyVal

  2. implicit final class ComplexArrayMtrix2INDArray extends AnyVal

  3. implicit final class ComplexCollMtrix2INDArray extends AnyVal

  4. final class DoubleArray2INDArray extends AnyVal

  5. implicit final class DoubleArrayMtrix2INDArray extends AnyVal

  6. implicit final class DoubleMtrix2INDArray extends AnyVal

  7. final class FloatArray2INDArray extends AnyVal

  8. implicit final class FloatArrayMtrix2INDArray extends AnyVal

  9. implicit final class FloatMtrix2INDArray extends AnyVal

  10. implicit class IcomplexNum2Scalar extends AnyRef

  11. implicit class IndexRangeWrapper extends IndexNumberRange

  12. final class IntArray2INDArray extends AnyVal

  13. implicit final class IntArrayMtrix2INDArray extends AnyVal

  14. implicit final class IntMtrix2INDArray extends AnyVal

  15. implicit class IntRange extends IndexNumberRange

  16. implicit final class IntRangeFromGen extends AnyVal

  17. implicit class NDArrayIndexWrapper extends IndexNumberRange

  18. implicit class Num2Scalar[T] extends AnyRef

  19. implicit class RichINDArray[A <: INDArray] extends SliceableNDArray[A] with OperatableNDArray[A] with CollectionLikeNDArray[A]

  20. implicit class TupleRange extends IndexNumberRange

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. object ---> extends IndexRange with Product with Serializable

  5. object -> extends IndexRange with Product with Serializable

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. lazy val NDOrdering: nd4s.NDOrdering.type

  9. implicit def Number2ComplexNumberBuilder(underlying: Number): ComplexNumberBuilder[Number]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit def columnProjection2NDArray(column: ColumnProjectedNDArray): INDArray

  13. implicit def complexArray2INDArray(underlying: Array[IComplexNumber]): ComplexArray2INDArray

  14. implicit def complexColl2INDArray(underlying: Seq[IComplexNumber]): ComplexArray2INDArray

  15. implicit def double2ComplexNumberBuilder(underlying: Double): ComplexNumberBuilder[Double]

  16. implicit def doubleArray2CollArray(s: Seq[Double]): DoubleArray2INDArray

  17. implicit def doubleArray2INDArray(s: Array[Double]): DoubleArray2INDArray

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. implicit def float2ComplexNumberBuilder(underlying: Float): ComplexNumberBuilder[Float]

  22. implicit def floatArray2INDArray(s: Array[Float]): FloatArray2INDArray

  23. implicit def floatColl2INDArray(s: Seq[Float]): FloatArray2INDArray

  24. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  26. lazy val i: ImaginaryNumber[Integer]

  27. implicit def int2ComplexNumberBuilder(underlying: Int): ComplexNumberBuilder[Integer]

  28. implicit def intArray2INDArray(s: Array[Int]): IntArray2INDArray

  29. implicit def intArray2IndexRangeArray(arr: Array[Int]): Array[IndexRange]

  30. implicit def intColl2INDArray(s: Seq[Int]): IntArray2INDArray

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. implicit def jdoubleColl2INDArray(s: Seq[Double]): DoubleArray2INDArray

  33. implicit def jfloatColl2INDArray(s: Seq[Float]): FloatArray2INDArray

  34. implicit def jintColl2INDArray(s: Seq[Integer]): IntArray2INDArray

  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. implicit def rowProjection2NDArray(row: RowProjectedNDArray): INDArray

  39. implicit def sliceProjection2NDArray(sliced: SliceProjectedNDArray): INDArray

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped