Mat2

inline fun <T : Number, Comparable<T>> Mat2(elements: List<T>): Mat2<T>

Returns a new 2×2 matrix from given elements.

Since

v2.0.0