add lpNorm<p>() method to MatrixBase, implemented in Array module, with

specializations for cases p=1,2,Eigen::Infinity.
This commit is contained in:
Benoit Jacob
2008-11-03 22:47:00 +00:00
parent a0ec0fca5a
commit e80099932a
5 changed files with 102 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ namespace Eigen {
#include "src/Array/Select.h"
#include "src/Array/PartialRedux.h"
#include "src/Array/Random.h"
#include "src/Array/Norms.h"
} // namespace Eigen