MathPHP\LinearAlgebra\VectorAxiomsTest::dataProviderForTwoVectors PHP Метод

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

    public function dataProviderForTwoVectors()
    {
        return [[[1], [1]], [[1, 2], [2, 3]], [[1, 2, 3, 4, 5], [4, 5, 6, 7, 8]], [[3, -5, 2, -12, 4, 9, -4], [-9, 4, 5, 6, -11, 2, -4]], [[1, 0, 3], [0, 1, 9]]];
    }