template <class T, int N>
make_vector(const blitz::TinyMatrix< T, N, N > & rhs) -> clx::Vector< T, N *N >
make_vector(const blitz::TinyVector< T, N > & rhs) -> clx::Vector< T, N >