Skip to content

Undefined offset: 4 #2

@jtejido

Description

@jtejido

with m x n:

        $array = array(array('1', '0', '0', '0', '2'), 
                array('0', '0', '3', '0', '0'),
                array('0', '0', '0', '0', '0'),
                array('0', '2', '0', '0', '0'));

        $matrix = new Matrix($array);
        $svd = new SingularValueDecomposition($matrix);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions