Scenic.Math.Matrix.close-question-mark

You're seeing just the function close-question-mark, go back to Scenic.Math.Matrix module for more information.
Link to this function

close?(matrix_a, matrix_b, tolerance \\ 1.0e-6)

View Source

Specs

close?(
  matrix_a :: Scenic.Math.matrix(),
  matrix_a :: Scenic.Math.matrix(),
  tolerance :: number()
) :: boolean()

Test if two matrices are close in value to each other.

Parameters:

  • matrix_a: The first matrix
  • matrix_b: The second matrix
  • tolerance: Defines what close means. Defaults to: 0.000001

Returns: A boolean