Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp1317 struct matrix_norm_1: struct
1319 typedef typename matrix_scalar_real_unary_functor<M>::value_type value_type;
1320 typedef typename matrix_scalar_real_unary_functor<M>::real_type real_type;
1321 typedef typename matrix_scalar_real_unary_functor<M>::result_type result_type;
1325 result_type apply (const matrix_expression<E> &e) { in apply()