JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Length show output for high-dimensional ProductDomains #65

Closed oschulz closed 3 years ago

oschulz commented 4 years ago

This is currently a bit unwieldy ... :-)

ProductDomain([0..i for i in 1:500])

Should probably use a ... or so to shorten it, like show for long arrays.

daanhb commented 4 years ago

Right :-) I'll have to look into how to do that. For the time being, I think the semicolon at the end of the line will be your friend (to suppress output).