DanielEven / Software-Project-Final-Project

Spectral clustring algorithm implementation.
1 stars 0 forks source link

Implementing eigenvectors & eigenvalues functions. #4

Closed DanielEven closed 2 years ago

DanielEven commented 2 years ago

Step 3 functions, in file Umatrix.c/.h.

liammohr commented 2 years ago

Also changed abs to fabs, because abs works only on ints

DanielEven commented 2 years ago

Good idea.

DanielEven commented 2 years ago

I'll merge this PR, and then add a tester for eigen.