Vector

Vector is default class for Statistics

Constructors

this
this(double start, double end, double step = 1)

Like iota

this
this(long l)

Uninitialized

this
this(double[] vec)

array to Vector

Members

Functions

dot
double dot(Vector rhs)

Inner Product

opBinary
Vector opBinary(double rhs)

Binary Operator with Scalar

opBinary
Vector opBinary(Vector rhs)

Binary Operator with Vector

opIndex
double opIndex(size_t i)

Getter

opIndexAssign
void opIndexAssign(double value, size_t i)

Setter

Meta