|
From: Silakhdar K. <sil...@gm...> - 2008-07-25 09:21:59
|
Hi The contructor of the class LinearLeastSquaresRegression takes three argument of which two are std::vector<T>& while the the result of the least square regression is save in a container of type Array, is there any design reason for that and why can't the class Array just be extended to a template class Array<T>? Thank you! Regards Silakhdar |