mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-04 04:05:19 +08:00
parent
38fcedaf8e
commit
b0de778d1d
@ -309,7 +309,7 @@ struct trmv_selector<Mode, RowMajor> {
|
|||||||
Index size = actualRhs.size();
|
Index size = actualRhs.size();
|
||||||
EIGEN_DENSE_STORAGE_CTOR_PLUGIN
|
EIGEN_DENSE_STORAGE_CTOR_PLUGIN
|
||||||
#endif
|
#endif
|
||||||
smart_copy(actualRhsPtr, actualRhsPtr + actualRhs.size(), buffer);
|
Map<typename ActualRhsTypeCleaned::PlainObject, Eigen::AlignedMax>(buffer, actualRhs.size()) = actualRhs;
|
||||||
actualRhsPtr = buffer;
|
actualRhsPtr = buffer;
|
||||||
}
|
}
|
||||||
// Deallocate only if malloced.
|
// Deallocate only if malloced.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user