weldx.util.is_row_in_matrix

weldx.util.is_row_in_matrix(row, matrix)

Check if a row (1d array) can be found inside of a matrix.

source: https://codereview.stackexchange.com/questions/193835

Parameters
  • row – Row that should be checked

  • matrix – Matrix

Returns

True or False

Return type

bool