Re: [eigen] docs updates

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


On Sunday 12 October 2008 11:46:39 Scott Wheeler wrote:
> Maybe something like this?
>
>   enum
>   {
>     L1Norm = 1,    //!< \em Taxi-Cab Norm
>     L2Norm = 2,    //!< Euclidean Norm
>     LInfNorm = -1 //!< Infinite Norm
>   };

As of 879747 there is a lpNorm<p>() method, with specializations for the cases 
p=1,2,Eigen::Infinity(). It is defined in the Array module.

Cheers,
Benoit

---


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/