reshape-returns-original-on-mismatch

Status: IN

When `m*n != r*c`, `matrixReshape` returns the exact same `mat` object (identity, not a copy), so callers can use `is` to detect failure.

Source: entries/2026/06/06/reshape-the-matrix-solution.md

JSON