FloatArrayBuilder

narr.FloatArrayBuilder
case class FloatArrayBuilder(initCapacity: Int) extends TypedArrayBuilder[Float]

Attributes

Source
NArrayBuilder.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline override def copyInto(src: FloatArray, dest: FloatArray, dstPos: Int): Unit

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def copyInto(src: FloatArray, srcPos: Int, dest: FloatArray, dstPos: Int, length: Int): Unit

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def make2DNArray(len: Int): Array[Array[Float]]

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def makeNArray(len: Int): Array[Float]

Attributes

Definition Classes
Source
NArrayBuilder.scala

Inherited methods

inline def ++=(xs: IterableOnce[Float]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def ++=(itr: Iterator[Float]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def ++=(xs: Array[Float]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def +=(e: Float): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
override def addAll(es: Array[Float]): TypedArrayBuilder.this.type

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
def addAll(xs: IterableOnce[Float]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
def addAll(itr: Iterator[Float]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
def addAll(xs: Array[Float], offset: Int, length: Int): NArrayBuilder.this.type

Add a slice of an array.

Add a slice of an array.

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
override def addOne(e: Float): TypedArrayBuilder.this.type

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
override def apply(idx: Int): Float

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def result: Array[Float]

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
def size: Int

Attributes

Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala