From ca21425d9c83964feb2e7076de30fa919c2d7935 Mon Sep 17 00:00:00 2001 From: giuliaghirardini <giuliaghirardini2001@gmail.com> Date: Sun, 10 Mar 2024 22:34:53 +0100 Subject: [PATCH] [benchmark][speed] Deleted function in Test class --- tests/Test.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Test.m b/tests/Test.m index bc1634e..b9164bd 100644 --- a/tests/Test.m +++ b/tests/Test.m @@ -35,10 +35,6 @@ classdef Test < Config obj.cols = cols; % Set cols end - function e = get.e(obj) - e = obj.c*ones(10000, 10000); - end - function randomMatrix = get.randomMatrix(obj) randomMatrix = obj.a * randn(obj.rows, obj.cols); end -- GitLab