Skip to content

fengbingchun/Eigen_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigen_Test

Note: This project is no longer maintained. It will continue to be maintained in the CUDA_Test project

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.
  • Linux: It can be directly build with cmake(file position: prj/linux_cmake).

Screenshot:

Blog: fengbingchun