Abstract Value Members
-
abstract
def
apply(idx: Int): Double
-
-
abstract
def
length: Int
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
-
-
def
+:[B >: Double, That](elem: B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
-
def
/:[B](z: B)(op: (B, Double) ⇒ B): B
-
def
:+[B >: Double, That](elem: B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
def
:\[B](z: B)(op: (Double, B) ⇒ B): B
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: ⇒ B)(seqop: (B, Double) ⇒ B, combop: (B, B) ⇒ B): B
-
-
def
applyOrElse[A1 <: Int, B1 >: Double](x: A1, default: (A1) ⇒ B1): B1
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
-
-
-
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ Double
-
def
contains[A1 >: Double](elem: A1): Boolean
-
def
containsSlice[B](that: GenSeq[B]): Boolean
-
def
copyToArray[B >: Double](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: Double](xs: Array[B]): Unit
-
def
copyToArray[B >: Double](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: Double](dest: Buffer[B]): Unit
-
-
-
-
-
-
-
-
def
endsWith[B](that: GenSeq[B]): Boolean
-
-
-
-
-
-
-
-
-
-
def
finalize(): Unit
-
-
-
-
def
fold[A1 >: Double](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, Double) ⇒ B): B
-
def
foldRight[B](z: B)(op: (Double, B) ⇒ B): B
-
-
def
foreach[U](f: (Double) ⇒ U): Unit
-
def
formatted(fmtstr: String): String
-
def
genericBuilder[B]: Builder[B, Seq[B]]
-
final
def
getClass(): Class[_]
-
-
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
-
-
def
indexOf[B >: Double](elem: B, from: Int): Int
-
def
indexOf[B >: Double](elem: B): Int
-
def
indexOfSlice[B >: Double](that: GenSeq[B], from: Int): Int
-
def
indexOfSlice[B >: Double](that: GenSeq[B]): Int
-
-
-
def
indices: Range
-
-
-
-
def
isDefinedAt(idx: Int): Boolean
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
-
def
lastIndexOf[B >: Double](elem: B, end: Int): Int
-
def
lastIndexOf[B >: Double](elem: B): Int
-
def
lastIndexOfSlice[B >: Double](that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice[B >: Double](that: GenSeq[B]): Int
-
-
-
-
def
lengthCompare(len: Int): Int
-
-
def
map[B, That](f: (Double) ⇒ B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
def
max[B >: Double](implicit cmp: Ordering[B]): Double
-
def
maxBy[B](f: (Double) ⇒ B)(implicit cmp: Ordering[B]): Double
-
def
min[B >: Double](implicit cmp: Ordering[B]): Double
-
def
minBy[B](f: (Double) ⇒ B)(implicit cmp: Ordering[B]): Double
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
padTo[B >: Double, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
-
-
-
def
patch[B >: Double, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
-
-
def
product[B >: Double](implicit num: Numeric[B]): B
-
def
reduce[A1 >: Double](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: Double](op: (B, Double) ⇒ B): B
-
def
reduceLeftOption[B >: Double](op: (B, Double) ⇒ B): Option[B]
-
def
reduceOption[A1 >: Double](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: Double](op: (Double, B) ⇒ B): B
-
def
reduceRightOption[B >: Double](op: (Double, B) ⇒ B): Option[B]
-
-
-
-
def
reverseMap[B, That](f: (Double) ⇒ B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
def
reversed: List[Double]
-
def
runWith[U](action: (Double) ⇒ U): (Int) ⇒ Boolean
-
-
def
scan[B >: Double, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Seq[Double], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, Double) ⇒ B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
def
scanRight[B, That](z: B)(op: (Double, B) ⇒ B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
-
-
def
size: Int
-
-
-
-
def
sortBy[B](f: (Double) ⇒ B)(implicit ord: Ordering[B]): Seq[Double]
-
-
-
-
-
def
startsWith[B](that: GenSeq[B], offset: Int): Boolean
-
def
startsWith[B](that: GenSeq[B]): Boolean
-
def
stringPrefix: String
-
def
sum[B >: Double](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
-
-
-
def
thisCollection: Seq[Double]
-
-
def
toArray[B >: Double](implicit arg0: ClassTag[B]): Array[B]
-
-
-
-
-
-
def
toList: List[Double]
-
def
toMap[T, U](implicit ev: <:<[Double, (T, U)]): Map[T, U]
-
def
toParArray: ParArray[T]
-
-
def
toSet[B >: Double]: Set[B]
-
-
def
toString(): String
-
-
def
toVector: Vector[Double]
-
-
def
union[B >: Double, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
def
unzip[A1, A2](implicit asPair: (Double) ⇒ (A1, A2)): (Seq[A1], Seq[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (Double) ⇒ (A1, A2, A3)): (Seq[A1], Seq[A2], Seq[A3])
-
def
updated[B >: Double, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Seq[Double], B, That]): That
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
-
def
zipAll[B, A1 >: Double, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Seq[Double], (A1, B), That]): That
-
def
zipWithIndex[A1 >: Double, That](implicit bf: CanBuildFrom[Seq[Double], (A1, Int), That]): That
-
Shadowed Implicit Value Members
-
-
-
-
Inherited from HasNewBuilder[Double, Seq[Double] @scala.annotation.unchecked.uncheckedVariance]
Uniform random numbers in range [0,1]