Searched defs:matrix_norm_frobenius (Results 1 – 1 of 1) sorted by relevance
1344 struct matrix_norm_frobenius: struct1346 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()