Linear algebra
Products and transpose
Echelon forms
Top-level solvers (named imports)
solve, inverse, and the decompositions accept any MaybeMatrix
(AbstractMatrix or a 2D array). b in solve is a matrix / column vector.
For the underlying factorizations (and reusing one across several solves), see decompositions.