Function symmetry::symm_crossp

Function Documentation

void symmetry::symm_crossp(const std::array<double, 3> &x, const std::array<double, 3> &y, std::array<double, 3> &z)

Computes the cross product of two 3D vectors.

Calculates the vector (cross) product of two 3D vectors x and y, storing the result in z.

Parameters:
  • x – First 3D vector

  • y – Second 3D vector

  • z – Output: Cross product result