MathPHP\LinearAlgebra\ColumnVectorTest::dataProviderForConstructor PHP Метод

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

    public function dataProviderForConstructor()
    {
        return [[[1, 2, 3, 4], [[1], [2], [3], [4]]], [[1], [[1]]]];
    }