Skip to content

Commit a874367

Browse files
committed
README: Remove the 'SVD and QR to be added', but enounce them
1 parent afb9fc0 commit a874367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ EigenPy — Versatile and efficient Python bindings between Numpy and Eigen
1919
- full support Eigen::Ref avoiding memory allocation
2020
- full support of the Eigen::Tensor module
2121
- exposition of the Geometry module of Eigen for easy code prototyping
22-
- standard matrix decomposion routines of Eigen such as the Cholesky decomposition (SVD and QR decompositions [can be added](#contributing))
22+
- standard matrix decomposion routines of Eigen such as the Cholesky, SVD and QR decompositions
2323
- full support of SWIG objects
2424
- full support of runtime declaration of Numpy scalar types
2525
- extended API to expose several STL types and some of their Boost equivalents: `optional` types, `std::pair`, maps, variants...

0 commit comments

Comments
 (0)