arrays

vecxt.arrays
object arrays

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
arrays.type

Members list

Extensions

Extensions

extension (vec: Array[Boolean])
inline def &&(thatIdx: Array[Boolean]): Array[Boolean]
inline def ||(thatIdx: Array[Boolean]): Array[Boolean]
extension [A](vec: Array[A])(using evidence$1: ClassTag[A])
def apply: Array[A]
extension (vec: Array[Double])
inline def *(d: Double): Array[Double]
inline def *=(d: Double): Unit
inline def +(vec2: Array[Double])(using inline boundsCheck: BoundsCheck): Array[Double]
inline def +:+(d: Double): Array[Double]
inline def +:+=(d: Double): Unit
inline def +=(vec2: Array[Double])(using inline boundsCheck: BoundsCheck): Unit
inline def -(vec2: Array[Double])(using inline boundsCheck: BoundsCheck): Array[Double]
inline def -=(vec2: Array[Double])(using inline boundsCheck: BoundsCheck): Unit
inline def add(d: Array[Double])(using inline boundsCheck: BoundsCheck): Array[Double]
def apply(index: Array[Boolean]): Array[Double]
inline def corr(thatVector: Array[Double])(using inline boundsCheck: BoundsCheck): Double
def covariance(thatVector: Array[Double]): Double
inline def cumsum: Unit
inline def dot(v1: Array[Double])(using inline boundsCheck: BoundsCheck): Double
inline def elementRanks: Array[Double]
def increments: Array[Double]
inline def mean: Double
inline def multInPlace(d: Double): Unit
inline def norm: Double
inline def pearsonCorrelationCoefficient(thatVector: Array[Double])(using inline boundsCheck: BoundsCheck): Double
inline def spearmansRankCorrelation(thatVector: Array[Double])(using inline boundsCheck: BoundsCheck): Double
inline def stdDev: Double
inline def sum: Double
inline def variance: Double
extension (vec: Array[Array[Double]])
inline def horizontalSum: Array[Double]