Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dfunctional.hpp1344 struct matrix_norm_frobenius: struct
1346 typedef typename matrix_scalar_real_unary_functor<M>::value_type value_type;
1347 typedef typename matrix_scalar_real_unary_functor<M>::real_type real_type;
1348 typedef typename matrix_scalar_real_unary_functor<M>::result_type result_type;
1352 result_type apply (const matrix_expression<E> &e) { in apply()