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