Home
last modified time | relevance | path

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

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/blas/level2/
H A Dher.hpp226 struct her_impl { struct
228 typedef Value value_type;
229 typedef typename remove_imaginary< Value >::type real_type;
230 typedef void result_type;
238 static result_type invoke( const real_type alpha, const VectorX& x, in invoke()