fill

fun DoubleArray.fill(theValue: GetValueIfc = ConstantRV.ZERO)

Fills the array with the value


fun Array<DoubleArray>.fill(theValue: GetValueIfc = ConstantRV.ZERO)

Fills the array with the provided value