CompanionArrPairDbl3

ostrat.CompanionArrPairDbl3
trait CompanionArrPairDbl3[A1 <: Dbl3Elem, ArrA1 <: ArrDbl3[A1]] extends CompanionArrPairDblN[A1, ArrA1]

Companion object helper trait for constructing ArrPairDbl3 objects.

Attributes

Graph
Supertypes
trait CompanionArrPairDblN[A1, ArrA1]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def elemNumDbls: Int

The number of Double values that are needed to construct an element of the defining-sequence.

The number of Double values that are needed to construct an element of the defining-sequence.

Attributes

Definition Classes
def seqToArrays[A2](pairs: Seq[PairDbl3Elem[_, A2]])(implicit ct: ClassTag[A2]): (Array[Double], Array[A2])