From a3e6bb22923910d407999f8bcf62b84706e5ed91 Mon Sep 17 00:00:00 2001 From: abdul124 Date: Mon, 29 Jul 2024 17:30:09 +0800 Subject: [PATCH] core/helper: add linalg section --- nac3core/src/toplevel/helper.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nac3core/src/toplevel/helper.rs b/nac3core/src/toplevel/helper.rs index ae50c774..50deabca 100644 --- a/nac3core/src/toplevel/helper.rs +++ b/nac3core/src/toplevel/helper.rs @@ -100,6 +100,7 @@ pub enum PrimDef { FunNpHypot, FunNpNextAfter, + // Linalg functions FunNpDot, FunNpLinalgMatmul, FunNpLinalgCholesky,