method Matrix2.prototype.transposeimport { Matrix2 } from "https://deno.land/x/gmath@0.1.12/src/matrix2.ts"; transpose(): Matrix2ReturnsMatrix2