MathPHP\LinearAlgebra\MatrixAxiomsTest::dataProviderForKroneckerProductDeterminant PHP Method

dataProviderForKroneckerProductDeterminant() public method

    public function dataProviderForKroneckerProductDeterminant()
    {
        return [[[[5]], [[4]]], [[[5, 6], [2, 4]], [[4, 9], [3, 1]]], [[[5, 6], [-2, 4]], [[4, -9], [3, 1]]], [[[1, 2, 3], [2, 4, 6], [7, 6, 5]], [[2, 3, 4], [3, 1, 6], [4, 3, 3]]], [[[1, -2, 3], [2, -4, 6], [7, -6, 5]], [[2, 3, 4], [3, 1, 6], [4, 3, 3]]], [[[1, 2, 3, 4], [2, 4, 6, 8], [7, 6, 5, 4], [1, 3, 5, 7]], [[2, 3, 4, 5], [3, 1, 6, 3], [4, 3, 3, 4], [3, 3, 4, 1]]], [[[-1, 2, 3, 4], [2, 4, 6, 8], [7, 6, 5, 4], [1, 3, 5, 7]], [[2, 3, 4, 5], [3, 1, 6, 3], [4, 3, 3, -4], [3, 3, 4, 1]]], [[[1, 2, 3, 4, 5], [2, 4, 6, 8, 10], [7, 6, 5, 4, 5], [1, 3, 5, 7, 9], [1, 2, 3, 4, 5]], [[2, 3, 4, 5, 2], [3, 1, 6, 3, 2], [4, 3, 3, 4, 2], [3, 3, 4, 1, 2], [1, 1, 2, 2, 1]]]];
    }
MatrixAxiomsTest