C++ Matrix#
Very barebones matrix class meant to be performant and usable for ICPC competitions. In other words, this is not meant to be state-of-the-art maintainable code and is only meant to get things up and running as fast as possible.
Very barebones matrix class meant to be performant and usable for ICPC competitions. In other words, this is not meant to be state-of-the-art maintainable code and is only meant to get things up and running as fast as possible.