Matrix2d import { Matrix2d } from "destack:math"; Two-by-two double-precision matrix. export type Matrix2d = Matrix2 language/library/src/math/matrix.ds:59