aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/code/helper_class.py
diff options
context:
space:
mode:
authorNunigan <michaelschmid13@hotmail.com>2021-08-10 07:29:49 +0200
committerNunigan <michaelschmid13@hotmail.com>2021-08-10 07:29:49 +0200
commit3c59b60807e1d1238bf591e238a42574327246ca (patch)
tree7b4cfd48f7d4d363a96e7a07356cd25fd6d3fd26 /buch/papers/multiplikation/code/helper_class.py
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarMatrizen-3c59b60807e1d1238bf591e238a42574327246ca.tar.gz
SeminarMatrizen-3c59b60807e1d1238bf591e238a42574327246ca.zip
update plots
Diffstat (limited to 'buch/papers/multiplikation/code/helper_class.py')
-rwxr-xr-xbuch/papers/multiplikation/code/helper_class.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/multiplikation/code/helper_class.py b/buch/papers/multiplikation/code/helper_class.py
index ad67909..3b74f67 100755
--- a/buch/papers/multiplikation/code/helper_class.py
+++ b/buch/papers/multiplikation/code/helper_class.py
@@ -101,6 +101,6 @@ if __name__ == '__main__':
helper = Helper()
# n = np.arange(2,10)
- n = np.logspace(1,4,4,base=2,dtype=(np.int))
+ n = np.logspace(1,11,11,base=2,dtype=(np.int))
# n=[8192]
- C = helper.write_c_matrix(n)
+ # C = helper.write_c_matrix(n)