Matrix.opEquals

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

Return Value

Type: bool

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

Meta