aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/code/helper_class.py
diff options
context:
space:
mode:
authorNunigan <michaelschmid13@hotmail.com>2021-08-10 06:37:20 +0200
committerNunigan <michaelschmid13@hotmail.com>2021-08-10 06:37:20 +0200
commitce9f4591847c6bd2dc6ebaa30fc5d72714e0280c (patch)
tree020a1e2eb82f501eec916ec0ac03c586ca599d63 /buch/papers/multiplikation/code/helper_class.py
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarMatrizen-ce9f4591847c6bd2dc6ebaa30fc5d72714e0280c.tar.gz
SeminarMatrizen-ce9f4591847c6bd2dc6ebaa30fc5d72714e0280c.zip
new measurements
Diffstat (limited to 'buch/papers/multiplikation/code/helper_class.py')
-rwxr-xr-xbuch/papers/multiplikation/code/helper_class.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buch/papers/multiplikation/code/helper_class.py b/buch/papers/multiplikation/code/helper_class.py
index 485fa76..ad67909 100755
--- a/buch/papers/multiplikation/code/helper_class.py
+++ b/buch/papers/multiplikation/code/helper_class.py
@@ -101,5 +101,6 @@ if __name__ == '__main__':
helper = Helper()
# n = np.arange(2,10)
- n = np.logspace(1,3,3,base=2,dtype=(np.int))
+ n = np.logspace(1,4,4,base=2,dtype=(np.int))
+ # n=[8192]
C = helper.write_c_matrix(n)