Matrix.opEquals

  1. bool opEquals(Matrix!Number other)
  2. bool opEquals(Matrix!Number other)
    struct Matrix(Number)
    @safe pure nothrow const
    bool
    opEquals
    (
    const Matrix!Number other
    )
    if (
    isNumeric!Number
    )

Return Value

Type: bool

true if two matrices are equal and have the same type.

Meta