Home | History | Annotate | Download | only in LU

Lines Matching refs:PlainObject

76     typedef typename MatrixType::PlainObject PlainObject;
769 typename RhsType::PlainObject c(rhs.rows(), rhs.cols());
819 typename RhsType::PlainObject c(rhs.rows(), rhs.cols());
883 inline const FullPivLU<typename MatrixBase<Derived>::PlainObject>
886 return FullPivLU<PlainObject>(eval());