Boost logo

Ublas :

Subject: Re: [ublas] How can I calculate a quadratic form using Boost UBLAS?
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2013-01-27 02:26:06


You can not transpose the vector, it is just ugly (as for me) notation of
inner product in some books.

inner_prod(y, prod(sigmaInverse,y))