OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixXpr
(Results
1 - 14
of
14
) sorted by null
/external/eigen/Eigen/src/Core/util/
XprHelper.h
155
template<typename T> struct plain_matrix_type_dense<T,
MatrixXpr
>
330
/* dense_xpr_base should only ever be used on dense expressions, thus falling either into the
MatrixXpr
or into the ArrayXpr cases */
334
struct dense_xpr_base<Derived,
MatrixXpr
>
399
is_same< typename traits<ExpressionType>::XprKind,
MatrixXpr
>::value,
414
is_same< typename traits<ExpressionType>::XprKind,
MatrixXpr
>::value,
430
is_same< typename traits<ExpressionType>::XprKind,
MatrixXpr
>::value,
Constants.h
424
struct
MatrixXpr
{};
/external/eigen/Eigen/src/Core/
Product.h
32
typedef
MatrixXpr
XprKind;
ArrayWrapper.h
144
typedef
MatrixXpr
XprKind;
Matrix.h
111
typedef
MatrixXpr
XprKind;
ProductBase.h
24
typedef
MatrixXpr
XprKind;
/external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h
38
typedef
MatrixXpr
XprKind;
SparseProduct.h
41
typedef
MatrixXpr
XprKind;
SparseBlock.h
22
typedef
MatrixXpr
XprKind;
SparseDenseProduct.h
137
typedef
MatrixXpr
XprKind;
SparseVector.h
35
typedef
MatrixXpr
XprKind;
SparseMatrix.h
48
typedef
MatrixXpr
XprKind;
70
typedef
MatrixXpr
XprKind;
[
all
...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h
42
typedef
MatrixXpr
XprKind;
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
40
typedef
MatrixXpr
XprKind;
Completed in 4670 milliseconds