소스 검색

Eigenvalues need IPP

Clemens-Alexander Brust 11 년 전
부모
커밋
1433995872
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tutorial/doc/06_algebra.md

+ 1 - 1
core/tutorial/doc/06_algebra.md

@@ -34,7 +34,7 @@ NICE::VectorT<double> result_s_vector = svd.getSingularValues();
 ```
 
 ## Eigenvalues
--- add note about there being two ways to calculate eigenvectors --
+_Note: Currently, calculating the eigenvalues of a matrix requires IPP._
 
 Calculating the eigenvalues of a matrix is as simple as single function call.
 The __eigenvalues__ function takes a _MatrixT<>_ and returns a _VectorT<>_