OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalar_boolean_or_op
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h
193
inline const CwiseBinaryOp<internal::
scalar_boolean_or_op
, const Derived, const OtherDerived>
198
return CwiseBinaryOp<internal::
scalar_boolean_or_op
, const Derived, const OtherDerived>(derived(),other.derived());
/external/eigen/Eigen/src/Core/
Functors.h
243
struct
scalar_boolean_or_op
{
struct in namespace:Eigen::internal
244
EIGEN_EMPTY_STRUCT_CTOR(
scalar_boolean_or_op
)
247
template<> struct functor_traits<
scalar_boolean_or_op
> {
[
all
...]
Completed in 845 milliseconds