• Returns a minimal set of matrices, indexed by dimension containing interesting float values.

    This is the matrix analogue of sparseVectorF32Range, so it is producing a minimal coverage set of matrices that test all of the interesting f32 values. There is not a more expansive set of matrices, since matrices are even more expensive than vectors for increasing runtime with coverage.

    All of the interesting floats from sparseScalarF32 are guaranteed to be tested, but not in every position.

    Parameters

    • c: number
    • r: number

    Returns ROArrayArrayArray<number>

Generated using TypeDoc