MathPHP\LinearAlgebra\MatrixOperationsTest::dataProviderForAugment PHP Метод

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

    public function dataProviderForAugment()
    {
        return [[[[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[4], [5], [6]], [[1, 2, 3, 4], [2, 3, 4, 5], [3, 4, 5, 6]]], [[[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[4, 7, 8], [5, 7, 8], [6, 7, 8]], [[1, 2, 3, 4, 7, 8], [2, 3, 4, 5, 7, 8], [3, 4, 5, 6, 7, 8]]], [[[1, 2, 3]], [[4]], [[1, 2, 3, 4]]], [[[1]], [[4]], [[1, 4]]], [[[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[4, 7, 8, 9], [5, 7, 8, 9], [6, 7, 8, 9]], [[1, 2, 3, 4, 7, 8, 9], [2, 3, 4, 5, 7, 8, 9], [3, 4, 5, 6, 7, 8, 9]]]];
    }
MatrixOperationsTest