|
Ublas : |
From: Manoj Rajagopalan (rmanoj_at_[hidden])
Date: 2007-03-14 17:10:31
Hi all
In the geev() function in the lapack bindings,
template <typename A, typename W, typename V>
int geev(A& a, W& w, V* vl, V* vr, optimal_workspace)
what should the data type V be?
Thanks
Manoj Rajagopalan