matrix_equal(_:_:)
Returns true if every element in a matrix is exactly equal to the corresponding element in a second matrix, and otherwise returns false.
Declaration
func matrix_equal(_ lhs: simd_double4x3, _ rhs: simd_double4x3) -> BoolReturns true if every element in a matrix is exactly equal to the corresponding element in a second matrix, and otherwise returns false.
func matrix_equal(_ lhs: simd_double4x3, _ rhs: simd_double4x3) -> Bool