mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add lpNorm<p>() method to MatrixBase, implemented in Array module, with
specializations for cases p=1,2,Eigen::Infinity.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#define EIGEN_CONSTANTS_H
|
||||
|
||||
const int Dynamic = 10000;
|
||||
const int Infinity = -1;
|
||||
|
||||
/** \defgroup flags flags
|
||||
* \ingroup Core_Module
|
||||
|
||||
Reference in New Issue
Block a user