OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PlainObject
(Results
26 - 33
of
33
) sorted by null
1
2
/external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h
114
typedef SparseMatrix<Scalar, Flags&RowMajorBit ? RowMajor : ColMajor, StorageIndex>
PlainObject
;
SparseSelfAdjointView.h
381
: public evaluator<typename Product<typename Rhs::
PlainObject
, Rhs, DefaultProduct>::
PlainObject
>
384
typedef typename XprType::
PlainObject
PlainObject
;
385
typedef evaluator<
PlainObject
> Base;
391
generic_product_impl<typename Rhs::
PlainObject
, Rhs, SparseShape, SparseShape, ProductTag>::evalTo(m_result, m_lhs, xpr.rhs());
395
typename Rhs::
PlainObject
m_lhs;
396
PlainObject
m_result;
401
: public evaluator<typename Product<Lhs, typename Lhs::
PlainObject
, DefaultProduct>::
PlainObject
>
[
all
...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h
306
typedef BlockSparseMatrix<Scalar, BlockSize, IsColMajor ? ColMajor : RowMajor, StorageIndex>
PlainObject
;
[
all
...]
/external/eigen/Eigen/src/Core/
ProductEvaluators.h
97
: public evaluator<typename Product<Lhs, Rhs, Options>::
PlainObject
>
100
typedef typename XprType::
PlainObject
PlainObject
;
101
typedef evaluator<
PlainObject
> Base;
128
PlainObject
m_result;
[
all
...]
TriangularMatrix.h
174
typedef typename MatrixType::
PlainObject
FullMatrixType;
343
typedef typename MatrixType::
PlainObject
DenseMatrixType;
344
typedef DenseMatrixType
PlainObject
;
[
all
...]
CoreEvaluators.h
802
// FIXME perhaps the PlainObjectType could be provided by Derived::
PlainObject
?
[
all
...]
/external/eigen/Eigen/src/Geometry/
Quaternion.h
216
typedef Quaternion<_Scalar,_Options>
PlainObject
;
/prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar
Completed in 498 milliseconds
1
2