Searched refs:_MatrixTypeNested (Results 1 – 9 of 9) sorted by relevance
24 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;97 const _MatrixTypeNested& nestedExpression() const
24 typedef typename remove_all<MatrixTypeNested>::type _MatrixTypeNested;27 …Flags = traits<_MatrixTypeNested>::Flags & (RowMajorBit | FlagsLvalueBit | DirectAccessBit), // FI…
27 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;33 Flags = _MatrixTypeNested::Flags & (RowMajorBit | LvalueBit)
41 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;55 …Flags = (unsigned int)_MatrixTypeNested::Flags & (RowMajorBit | MaskLvalueBit | DirectAccessBit) &…
60 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;71 const _MatrixTypeNested& matrix() const { return m_matrix; }127 …SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode> twistedBy(const PermutationMatrix<Dynami…129 return SparseSymmetricPermutationProduct<_MatrixTypeNested,Mode>(m_matrix, perm);347 typedef typename LhsView::_MatrixTypeNested Lhs;364 typedef typename RhsView::_MatrixTypeNested Rhs;
48 typedef typename internal::remove_all<MatrixTypeNested>::type _MatrixTypeNested;
20 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef99 … typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested; typedef383 typedef typename internal::remove_all<typename XprType::Nested>::type _MatrixTypeNested; typedef
68 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;48 TmpFlags = _MatrixTypeNested::Flags & HereditaryBits,