MathPHP\LinearAlgebra\MatrixOperationsTest::dataProviderForTrace PHP Method

dataProviderForTrace() public method

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