Returns a minimal set of matrices, indexed by dimension containing interesting
float values.
This is the matrix analogue of sparseVectorF64Range, so it is producing a
minimal coverage set of matrices that test all the interesting f64 values.
There is not a more expansive set of matrices, since matrices are even more
expensive than vectors for increasing runtime with coverage.
All the interesting floats from sparseScalarF64 are guaranteed to be tested, but
not in every position.
Returns a minimal set of matrices, indexed by dimension containing interesting float values.
This is the matrix analogue of
sparseVectorF64Range
, so it is producing a minimal coverage set of matrices that test all the interesting f64 values. There is not a more expansive set of matrices, since matrices are even more expensive than vectors for increasing runtime with coverage.All the interesting floats from sparseScalarF64 are guaranteed to be tested, but not in every position.