aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/code/helper_class.py
diff options
context:
space:
mode:
authorJODBaer <55744603+JODBaer@users.noreply.github.com>2021-08-13 18:39:17 +0200
committerGitHub <noreply@github.com>2021-08-13 18:39:17 +0200
commite8db352fca4ef2cd5181581784a1872eee662023 (patch)
treed161505f6cbaa58241ff3ec96ea335e999349cb3 /buch/papers/multiplikation/code/helper_class.py
parentfirst chapters updated (diff)
parentMerge pull request #84 from Nunigan/master (diff)
downloadSeminarMatrizen-e8db352fca4ef2cd5181581784a1872eee662023.tar.gz
SeminarMatrizen-e8db352fca4ef2cd5181581784a1872eee662023.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/papers/multiplikation/code/helper_class.py')
-rwxr-xr-xbuch/papers/multiplikation/code/helper_class.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/buch/papers/multiplikation/code/helper_class.py b/buch/papers/multiplikation/code/helper_class.py
index 485fa76..3b74f67 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))
- C = helper.write_c_matrix(n)
+ n = np.logspace(1,11,11,base=2,dtype=(np.int))
+ # n=[8192]
+ # C = helper.write_c_matrix(n)