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

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

    public function dataProviderForHadamardProduct()
    {
        return [[[[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[1, 4, 9], [4, 9, 16], [9, 16, 25]]], [[[1, 2, 3], [2, 3, 4], [3, 4, 5]], [[6, 6, 4], [8, 7, 8], [3, 1, 7]], [[6, 12, 12], [16, 21, 32], [9, 4, 35]]]];
    }
MatrixOperationsTest