HomeSort by relevance Sort by last modified time
    Searched refs:Dense (Results 26 - 50 of 63) sorted by null

12 3

  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_broadcast_simple_rowwise.cpp 2 #include <Eigen/Dense>
tut_arithmetic_dot_cross.cpp 2 #include <Eigen/Dense>
tut_arithmetic_scalar_mul_div.cpp 2 #include <Eigen/Dense>
tut_matrix_coefficient_accessors.cpp 2 #include <Eigen/Dense>
Tutorial_ArrayClass_cwise_other.cpp 1 #include <Eigen/Dense>
Tutorial_ArrayClass_interop.cpp 1 #include <Eigen/Dense>
Tutorial_BlockOperations_block_assignment.cpp 1 #include <Eigen/Dense>
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp 2 #include <Eigen/Dense>
Tutorial_ReductionsVisitorsBroadcasting_reductions_bool.cpp 1 #include <Eigen/Dense>
Tutorial_ReductionsVisitorsBroadcasting_visitors.cpp 2 #include <Eigen/Dense>
tut_arithmetic_redux_basic.cpp 2 #include <Eigen/Dense>
tut_matrix_resize.cpp 2 #include <Eigen/Dense>
TemplateKeyword_flexible.cpp 1 #include <Eigen/Dense>
TemplateKeyword_simple.cpp 1 #include <Eigen/Dense>
TutorialLinAlgComputeTwice.cpp 2 #include <Eigen/Dense>
Tutorial_ArrayClass_interop_matrix.cpp 1 #include <Eigen/Dense>
Tutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp 1 #include <Eigen/Dense>
tut_arithmetic_add_sub.cpp 2 #include <Eigen/Dense>
tut_arithmetic_matrix_mul.cpp 2 #include <Eigen/Dense>
  /external/eigen/test/
dontalign.cpp 17 #include <Eigen/Dense>
  /external/eigen/Eigen/src/Core/
CwiseUnaryOp.h 89 // This is the generic implementation for dense storage.
90 // It can be used for any expression types implementing the dense concept.
92 class CwiseUnaryOpImpl<UnaryOp,XprType,Dense>
  /external/eigen/Eigen/src/Core/util/
Constants.h 427 /** The type used to identify a dense storage. */
428 struct Dense {};
XprHelper.h 172 template<typename T> struct plain_matrix_type<T,Dense>
205 template<typename T> struct eval<T,Dense>
220 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
226 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
352 /* dense_xpr_base should only ever be used on dense expressions, thus falling either into the MatrixXpr or into the ArrayXpr cases */
  /external/eigen/Eigen/src/SparseCore/
SparseCwiseBinaryOp.h 16 // 1 - sparse op dense
17 // 2 - dense op sparse
20 // 4 - dense op dense
23 // 1 - sparse op dense product sparse
24 // generic dense
25 // 2 - dense op sparse product sparse
26 // generic dense
29 // 4 - dense op dense product dens
    [all...]
SparseDenseProduct.h 133 static Scalar get(const _RhsNested &rhs, Index outer, Dense = Dense())
156 typedef Dense StorageKind;
277 // dense = dense * sparse
283 typedef Dense StorageKind;

Completed in 2657 milliseconds

12 3