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

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

    public function dataProviderForSingleVector()
    {
        return [[[0]], [[1]], [[1, 2]], [[1, 2, 3, 4, 5]], [[5, 2, 7, 4, 2, 7, 4]], [[-4, 6, 3, 7, -4, 5, -8, -11, 5, 0, 5, -2]], [[1, 0, 3, 5, 3, 0, 0, 9, 0]], [[34, 100, 4, 532, 6, 43, 78, 32, 853, 23, 532, 327]]];
    }