HomeSort by relevance Sort by last modified time
    Searched refs:BlockImpl (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 17 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse>
31 inline BlockImpl(XprType& xpr, Index i)
35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
81 BlockImpl& operator=(const T&)
287 class BlockImpl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
294 inline BlockImpl(SparseMatrixType& xpr, Index i)
298 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
306 class BlockImpl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
313 inline BlockImpl(SparseMatrixType& xpr, Index i)
317 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols
    [all...]
  /external/eigen/Eigen/src/Core/
Block.h 67 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>
161 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(BlockImpl)
162 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {}
163 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index startCol) : Impl(xpr, startRow, startCol) {}
165 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 137 milliseconds