Home
last modified time | relevance | path

Searched defs:scalar_identity (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dfunctional.hpp54 struct scalar_identity: struct
56 typedef typename scalar_unary_functor<T>::argument_type argument_type;
57 typedef typename scalar_unary_functor<T>::result_type result_type;
60 result_type apply (argument_type t) { in apply()