CompanionSeqLikeDbl5
ostrat.CompanionSeqLikeDbl5
abstract class CompanionSeqLikeDbl5[A <: Dbl5Elem, ArrA <: SeqLikeDbl5[A]] extends CompanionSeqLikeDblN[A, ArrA]
Helper class for companion objects of final SeqSpecDbl5 classes.
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- CompanionSeqLikeDblN
Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.
Method to create the final object from the backing Array[Double]. End users should rarely have to use this method.
Attributes
- Inherited from:
- CompanionSeqLikeDblN
Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.
Factory method for creating the sequence defined object from raw double values. This will throw if the number of parameter Doubles is incorrect.
Attributes
- Inherited from:
- CompanionSeqLikeDblN
returns a collection class of type ArrA, whose backing Array is uninitialised.
returns a collection class of type ArrA, whose backing Array is uninitialised.
Attributes
- Inherited from:
- CompanionSeqLikeDblN
In this article