* QR: add a rank() method and improve the accuracy of the rank

* computation
* Array: add a count() method and rename AllAndAny.h file to
  BooleanRedux.h
This commit is contained in:
Gael Guennebaud
2009-01-20 16:37:52 +00:00
parent 81cb887baf
commit 8973d12cda
5 changed files with 39 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ namespace Eigen {
#include "src/Array/CwiseOperators.h"
#include "src/Array/Functors.h"
#include "src/Array/AllAndAny.h"
#include "src/Array/BooleanRedux.h"
#include "src/Array/Select.h"
#include "src/Array/PartialRedux.h"
#include "src/Array/Random.h"