According to general Generator contract, this class is thread-safe. @author Torsten Nahm
Generator
36373839404142
/** * Simple, optionless constructor. */ public DefaultSparseIntegrator() { this (new Patterson()); }