febid.libraries.ray_traversal.traversal.det_2d#

det_2d(double[:, :] arr_of_vectors, double[:] out) void#

Calculate the length of vectors in an array

Parameters:
  • arr_of_vectors – array of vectors listed along 0 axis

  • out – output array, has to be the same length as input’s 0 axis

Returns: