mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
parent
38fcedaf8e
commit
55dd487478
@ -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