Contents

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_double4x2, _ rhs: simd_double4x2) -> Bool

See Also

Deprecated Symbols