Skip to content
Snippets Groups Projects
Unverified Commit f039cd50 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #314 from wxmerkt/topic/test-new-findboost

parents db4b5bb5 83b16fa2
No related branches found
No related tags found
No related merge requests found
Pipeline #21415 passed with warnings
Subproject commit 9d6d417f45548728fc5be2ba66c36327766d0875 Subproject commit 8d43fb06bb0e4cec20a502c651be24dc74feb703
import eigenpy import eigenpy
import numpy as np import numpy as np
import numpy.linalg as la
dim = 100 dim = 100
A = np.random.rand(dim, dim) A = np.random.rand(dim, dim)
......
import eigenpy import eigenpy
import numpy as np import numpy as np
import numpy.linalg as la
dim = 100 dim = 100
A = np.eye(dim) A = np.eye(dim)
......
import numpy as np
import eigenpy import eigenpy
eigenpy.switchToNumpyArray() eigenpy.switchToNumpyArray()
import numpy as np
import numpy.linalg as la
dim = 100 dim = 100
A = np.random.rand(dim, dim) A = np.random.rand(dim, dim)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment