MathPHP\LinearAlgebra\MatrixOperationsTest::dataProviderForInverseExceptionNotSquare PHP Method

dataProviderForInverseExceptionNotSquare() public method

    public function dataProviderForInverseExceptionNotSquare()
    {
        return [[[[3, 4, 4], [6, 8, 5]]]];
    }
MatrixOperationsTest