| 565 | template<typename MatrixType, unsigned int Mode> |
| 566 | template<typename OtherDerived> |
| 567 | void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const MatrixBase<OtherDerived>& other) |
| 568 | { |
| 569 | internal::call_assignment_no_alias(derived(), other.template triangularView<Mode>()); |
| 570 | } |
| 571 | |
| 572 | |
| 573 |
no test coverage detected