Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 568 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 568 Bytes

Eigen_Test

The main role of the project: Eigen's usage

  • transpose
  • determinant
  • inverse matrix
  • norm
  • eigenvalues/eigenvectors
  • SVD(Singular Value Decomposition)
  • pseudoinverse
  • trace
  • mean¡¢variance¡¢standard deviation
  • covariance matrix

The project support platform: windows7/10 64 bits. It can be directly build with VS2013 in windows7/10 64bits.

Screenshot:

Blog: fengbingchun