Matrix Generator
CreationEasyConstruct random, binary, identity, sparse, or weighted matrices with custom constraints.
Alt+Shift+1
Configuration Panel
Complexity Indices
Time ComplexityO(R * C)
Auxiliary SpaceO(R * C) generated buffer
Conceptual Overview
Matrix Generator builds matrices based on specified dimensions and data formats (random integer, binary, identity flags, sparse zero ratios, or weighted values).
Source: CP-Algorithms reference guide