Re: [eigen] Keyword template |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Thank you very much Alberto!
This is exactly what I'm looking for! :)
Cheers,
Cédric
----- Mail original -----
> De: "Alberto Luaces" <alberto.luaces@xxxxxxxxx>
> À: eigen@xxxxxxxxxxxxxxxxxxx
> Envoyé: Mardi 8 Mars 2016 14:09:33
> Objet: Re: [eigen] Keyword template
>
> Cedric Doucet writes:
>
> > Hello,
> >
> > I had to use a keyword "template" to access some data:
> > Eigen::SparseMatrix<T> A;
> > A.template triangularView<Eigen::Upper>();
> >
> > However, I don't understand how it works.
> > Could you explain me what it means and why it is necessary to use this
> > keyword?
> >
> > Thank you very much.
>
> Hi, Cédric, I think this covers your question:
>
> http://eigen.tuxfamily.org/dox/TopicTemplateKeyword.html
>
>
>