DataDbl7sCompanion
abstract class DataDbl7sCompanion[A <: ElemDbl7, ArrA <: DataDbl7s[A]] extends DataDblNsCompanion[A, ArrA]
Helper class for companion objects of final DataDbl7s classes.
Value members
Concrete methods
Inherited methods
This method allows you to map from a DataGen to the ArrA type.
This method allows you to map from a DataGen to the ArrA type.
- Inherited from:
- DataValueNsCompanion
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.
- Inherited from:
- DataDblNsCompanion
Implicits
Inherited implicits
returns a collection class of type ArrA, whose backing Array is uninitialised.
returns a collection class of type ArrA, whose backing Array is uninitialised.
- Definition Classes
- Inherited from:
- DataDblNsCompanion