doc: Mention vec=vec.head(n) in aliasing page.

This commit is contained in:
Jitse Niesen
2013-07-02 13:35:36 +01:00
parent 1caeb814f0
commit 419b5cff44
2 changed files with 29 additions and 23 deletions

View File

@@ -388,7 +388,7 @@ struct checkTransposeAliasing_impl
eigen_assert((!check_transpose_aliasing_run_time_selector
<typename Derived::Scalar,blas_traits<Derived>::IsTransposed,OtherDerived>
::run(extract_data(dst), other))
&& "aliasing detected during tranposition, use transposeInPlace() "
&& "aliasing detected during transposition, use transposeInPlace() "
"or evaluate the rhs into a temporary using .eval()");
}