Gromacs
2025.0-dev-20241011-013a99c
|
#include <gromacs/math/include/gromacs/math/gausstransform.h>
Evaluate the outer product of two number ranges. Keeps the memory for the outer product allocated.
Public Member Functions | |
mdspan< const float, dynamic_extent, dynamic_extent > | operator() (ArrayRef< const float > x, ArrayRef< const float > y) |
Evaluate the outer product of two float number ranges. | |