MathPHP\LinearAlgebra\MatrixOperationsTest::dataProviderForInverseExceptionNotSquare PHP Метод

dataProviderForInverseExceptionNotSquare() публичный Метод

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