Boost logo

Ublas :

From: Sorkin Dima (dsorkin_at_[hidden])
Date: 2007-08-24 09:28:55


Hi.
  In HTML file desribing ATLAS bindings,

http://boost.cvs.sourceforge.net/*checkout*/boost-sandbox/boost-sandbox/libs/numeric/bindings/atlas/doc/index.html

I want to verify that what is written there is a typo:
----------------------------------
"syrk(Uplo,Trans,a,A,b,C)
  C <- a A A**T + b C or C <- a A**T A + b C, A symmetric matrix"
----------------------------------

instead it should be "C is a symmetric matrix, A is general matrix".

same about 'herk' in the same page

Thanks, regards,
  Dima.