Browse Source

notes

Former-commit-id: 4d64fb8333a4eea1f17b1390ddd17a4ae45015fc
Alec Jacobson 10 years ago
parent
commit
761220198f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/igl/eigs.h

+ 3 - 0
include/igl/eigs.h

@@ -13,6 +13,9 @@ namespace igl
   //
   // Solutions are approximate and sorted. 
   //
+  // Ideally one should use ARPACK and the Eigen unsupported ARPACK module.
+  // This implementation does simple, naive power iterations.
+  //
   // Inputs:
   //   A  #A by #A symmetric matrix
   //   B  #A by #A symmetric positive-definite matrix