From f7091746dcae0aacd0fc8c8971d6dc5a748e7bc5 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Sat, 22 Aug 2026 14:52:16 -0500 Subject: Add more matrix operations --- Data/Matrix/Core.agda | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Data/Matrix/Core.agda') diff --git a/Data/Matrix/Core.agda b/Data/Matrix/Core.agda index 4ef57fb..fef4274 100644 --- a/Data/Matrix/Core.agda +++ b/Data/Matrix/Core.agda @@ -31,7 +31,8 @@ private module PW-≊ {n} = PW-≈ (Vectorₛ n) -open Raw.FixedBase Carrier using (Matrix) public +Matrix : ℕ → ℕ → Set c +Matrix = Raw.Matrix Carrier opaque -- cgit v1.2.3