Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
matrix(R::Ring, arr::AbstractMatrix)
more useful (#1887)
E.g. it now works in some more cases with alternative matrix implementations. E.g. this now works: julia> using LinearAlgebra ; matrix(GF(5), I(2)) [1 0] [0 1]
- Loading branch information