Skip to content
Snippets Groups Projects
Commit ca21425d authored by giuliaghirardini's avatar giuliaghirardini
Browse files

[benchmark][speed] Deleted function in Test class

parent 9920373d
No related branches found
Tags
Loading
...@@ -35,10 +35,6 @@ classdef Test < Config ...@@ -35,10 +35,6 @@ classdef Test < Config
obj.cols = cols; % Set cols obj.cols = cols; % Set cols
end end
function e = get.e(obj)
e = obj.c*ones(10000, 10000);
end
function randomMatrix = get.randomMatrix(obj) function randomMatrix = get.randomMatrix(obj)
randomMatrix = obj.a * randn(obj.rows, obj.cols); randomMatrix = obj.a * randn(obj.rows, obj.cols);
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment