mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Port LU module to evaluators (except image() and kernel())
This commit is contained in:
@@ -721,7 +721,7 @@ void call_assignment_no_alias(Dst& dst, const Src& src, const Func& func)
|
||||
(int(Dst::ColsAtCompileTime) == 1 && int(Src::RowsAtCompileTime) == 1))
|
||||
&& int(Dst::SizeAtCompileTime) != 1
|
||||
};
|
||||
|
||||
|
||||
dst.resize(NeedToTranspose ? src.cols() : src.rows(),
|
||||
NeedToTranspose ? src.rows() : src.cols());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user