Skip to content

tensor(list of Lists) produces something useless #3971

@pzinn

Description

@pzinn

This is not good:

i1 : tensor({1,2,3},{4,5,6},{7,8,9})

o1 = {((1, 4), 7), ((1, 4), 8), ((1, 4), 9), ((1, 5), 7), ((1, 5), 8), ((1, 5), 9), ((1, 6), 7), ((1, 6), 8), ((1, 6), 9), ((2, 4), 7), ((2, 4), 8), ((2, 4), 9), ((2,
     -----------------------------------------------------------------------------------------------------------------------------------------------------------------
     5), 7), ((2, 5), 8), ((2, 5), 9), ((2, 6), 7), ((2, 6), 8), ((2, 6), 9), ((3, 4), 7), ((3, 4), 8), ((3, 4), 9), ((3, 5), 7), ((3, 5), 8), ((3, 5), 9), ((3, 6),
     -----------------------------------------------------------------------------------------------------------------------------------------------------------------
     7), ((3, 6), 8), ((3, 6), 9)}

o1 : List

What we should get, ideally, is triples of elements.

Relatedly, there should be a List^**ZZ that produces tuples of elements of a list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions