RollingSum

class RollingSum[@specialized(Int, Long, Double) A] extends Vec[A] => A
trait Vec[A] => A
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v: Vec[A]): A

Inherited methods

@unspecialized
def andThen[A](g: A => A): Vec[A] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Vec[A]): A => A
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val add: AddOp[A]
var i: Int
var p: Scalar[A]
var s: A
val sa: ScalarTag[A]
val sub: SubOp[A]