merge with main repository

This commit is contained in:
Thomas Capricelli
2009-11-10 20:31:07 +01:00
11 changed files with 2176 additions and 2 deletions

View File

@@ -39,10 +39,11 @@ using namespace Eigen;
template <typename T>
void take_std( std::complex<T> * dst, int n )
{
for (int i=0;i<n;++i)
dst[i] = std::complex<T>(i,i);
cout << dst[n-1] << endl;
}
template <typename T>
void syntax()
{