MathPHP\LinearAlgebra\RowVectorTest::dataProviderForConstructor PHP Method

dataProviderForConstructor() public method

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