trait ArrProdDbl3Build[A <: ProdDbl3, ArrT <: ArrProdDbl3[A]] extends ArrProdDblNBuild[A, ArrT]
- Alphabetic
- By Inheritance
- ArrProdDbl3Build
- ArrProdDblNBuild
- ArrProdValueNBuild
- ArrFlatBuild
- ArrBuild
- ArrBuildBase
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract type BuffT <: BuffProdDbl3[A]
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compilte time wrapped Arraybuffer inheriting from BuffProdHomo.
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compilte time wrapped Arraybuffer inheriting from BuffProdHomo.
- Definition Classes
- ArrProdDbl3Build → ArrProdDblNBuild → ArrBuild → ArrBuildBase
Abstract Value Members
- abstract def fromDblArray(array: Array[Double]): ArrT
- Definition Classes
- ArrProdDblNBuild
- abstract def fromDblBuffer(inp: ArrayBuffer[Double]): BuffT
- Definition Classes
- ArrProdDblNBuild
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arrSet(arr: ArrT, index: Int, value: A): Unit
- Definition Classes
- ArrProdDbl3Build → ArrBuild
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffContains(buff: BuffT, newElem: A): Boolean
- Definition Classes
- ArrBuild
- def buffGrow(buff: BuffT, value: A): Unit
A mutable operation that extends the ArrayBuffer by a single element of type B.
A mutable operation that extends the ArrayBuffer by a single element of type B.
- Definition Classes
- ArrProdDbl3Build → ArrBuild
- def buffGrowArr(buff: BuffT, arr: ArrT): Unit
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
- Definition Classes
- ArrProdDblNBuild → ArrBuild → ArrBuildBase
- def buffGrowIter(buff: BuffT, values: Iterable[A]): Unit
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
- Definition Classes
- ArrBuild
- final def buffToArr(buff: BuffT): ArrT
- Definition Classes
- ArrProdDblNBuild → ArrBuildBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def elemSize: Int
- Definition Classes
- ArrProdDbl3Build → ArrProdValueNBuild
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterMap[A](inp: Iterable[A], f: (A) => A): ArrT
- Definition Classes
- ArrBuild
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def newArr(length: Int): ArrT
- Definition Classes
- ArrProdDblNBuild → ArrBuild
- final def newBuff(length: Int = 4): BuffT
- Definition Classes
- ArrProdDblNBuild → ArrBuildBase
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])