weldx.util.is_column_in_matrix

weldx.util.is_column_in_matrix(column, matrix)

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

Parameters
  • column – Column that should be checked

  • matrix – Matrix

Returns

True or False

Return type

bool