Dbl3PairArrCompanion

ostrat.Dbl3PairArrCompanion
trait Dbl3PairArrCompanion[A1 <: Dbl3Elem, ArrA1 <: Dbl3Arr[A1]] extends DblNPairArrCompanion[A1, ArrA1]

Attributes

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

Members list

Concise view

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[Dbl3PairElem[_, A2]])(implicit ct: ClassTag[A2]): (Array[Double], Array[A2])