Searched refs:BlockImpl (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h17 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse> class in namespace:Eigen
31 inline BlockImpl(XprType& xpr, Index i) function in class:Eigen::BlockImpl
35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) function in class:Eigen::BlockImpl
81 BlockImpl& operator=(const T&)
287 class BlockImpl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse> class in namespace:Eigen
294 inline BlockImpl(SparseMatrixType& xpr, Index i) function in class:Eigen::BlockImpl
298 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) function in class:Eigen::BlockImpl
306 class BlockImpl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse> class in namespace:Eigen
313 inline BlockImpl(SparseMatrixType& xpr, Index i) function in class:Eigen::BlockImpl
317 inline BlockImpl(SparseMatrixTyp function in class:Eigen::BlockImpl
373 class BlockImpl<XprType,BlockRows,BlockCols,InnerPanel,Sparse> class in namespace:Eigen
387 inline BlockImpl(XprType& xpr, Index i) function in class:Eigen::BlockImpl
397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) function in class:Eigen::BlockImpl
[all...]
/external/eigen/Eigen/src/Core/
H A DBlock.h67 template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, typename StorageKind> class BlockImpl;
104 : public BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::StorageKind>
106 typedef BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::StorageKind> Impl;
154 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense> class in namespace:Eigen
161 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
162 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} function in class:Eigen::BlockImpl
163 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index startCol) : Impl(xpr, startRow, startCol) {} function in class:Eigen::BlockImpl
165 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) function in class:Eigen::BlockImpl
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...

Completed in 381 milliseconds