lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I made a 5.1 and a 5.2 version, both doing this:

    > A=matrix{{1,2,3},{4,5,6}}
    > =A.pinv()
    Segmentation fault

Dirk