-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hi,
When I read the file include/tapkee/utils/arpack_wrapper.hpp, I see that it only handles the self-adjoint matrix A to solve the eigen problem A v = \lambda v. If A is not self-adjoint, then it looks that we can not use arpack in tapkee or we have to modify the arpack_wrapper.hpp to handle non self-adjoint input ?
When I run 'examples/borsch swissroll isomap', it shows that arpack_wrapper.hpp is handling the non-symmetric maxtrix A since I printed out
A[533][207] = -148.229072 and A[207][533] = -143.89085
Could you clarify this ?
Thanks.
Best,
Levi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels