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

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

    public function dataProviderForProjPerp()
    {
        return [[[1, 2], [2, 3]], [[2, 2], [2, 7]], [[1, 1], [2, 2]], [[2, 2], [1, 1]], [[5, 9], [12, 8]], [[5, 2], [3, 3]]];
    }