Add name suggestions to types
This commit is contained in:
parent
7c925aed9b
commit
8839dd049a
5 changed files with 10 additions and 3 deletions
|
|
@ -15,6 +15,8 @@ public export
|
|||
Matrix : Nat -> Nat -> Type -> Type
|
||||
Matrix m n = Array [m,n]
|
||||
|
||||
%name Matrix mat
|
||||
|
||||
||| A synonym for a square matrix with dimensions of length `n`.
|
||||
public export
|
||||
Matrix' : Nat -> Type -> Type
|
||||
|
|
@ -477,7 +479,7 @@ decompLUP {m,n} mat with (viewShape mat)
|
|||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Matrix properties
|
||||
-- Determinant
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue