HeatMap.opCall

Create a heat map from a matrix represented as a range of ranges. The matrix must be rectangular. The elements of the ranges must be implicitly convertible to double.

class HeatMap
static
opCall
(
R
)
()
if (
isInputRange!R &&
isInputRange!(ElementType!R)
&&
is(ElementType!(ElementType!(R)) : double)
)

Meta