MyDbl2s

ostrat.MyDbl2s$
See theMyDbl2s companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MyDbl2s.type

Members list

Concise view

Value members

Concrete methods

override def fromArray(array: Array[Double]): MyDbl2s

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

Definition Classes

Inherited methods

def apply(elems: MyDbl2Elem*): AA

Apply factory method for creating Arrs of Dbl2Elems.

Apply factory method for creating Arrs of Dbl2Elems.

Attributes

Inherited from:
Dbl2SeqLikeCompanion
final 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

Inherited from:
Dbl2SeqLikeCompanion
def empty: AA

Attributes

Inherited from:
DblNSeqLikeCompanion
def fromDbls(elems: Double*): AA

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:
DblNSeqLikeCompanion
def uninitialised(length: Int): AA

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:
DblNSeqLikeCompanion