MathPHP\LinearAlgebra\SquareMatrix::isSquare PHP Method

isSquare() public method

Square matrix must be square
public isSquare ( ) : boolean
return boolean
    public function isSquare() : bool
    {
        return true;
    }