Searched defs:matrix_norm_inf (Results 1 – 1 of 1) sorted by relevance
1368 struct matrix_norm_inf: struct1370 typedef typename matrix_scalar_real_unary_functor<M>::value_type value_type;1371 typedef typename matrix_scalar_real_unary_functor<M>::real_type real_type;1372 typedef typename matrix_scalar_real_unary_functor<M>::result_type result_type;1376 result_type apply (const matrix_expression<E> &e) { in apply()