OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockimpl
(Results
1 - 4
of
4
) 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)
/external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h
17
// NOTE Have to be reimplemented as a specialization of
BlockImpl
< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... >
/prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar
Completed in 816 milliseconds