fill

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

Parameters

array

the array to fill, must not be null

theValue

the supplier of the value, must not be null