Re: [ROOT] matrix multiplication

From: Thomas Bretz (tbretz@astro.uni-wuerzburg.de)
Date: Tue Jun 04 2002 - 15:54:42 MEST


Hi Paul,

If you have 
TVector v;
and
TMatrix M;

do:

TVector v2 = v;
v2 *= M;

Double_t d = v2*v;

Thomas.



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:54 MET