Bizarre semantic of Mat

Ilya Zakharevich <[email protected]> Tue, 16 Jan 2024 18:36:52 -0800
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <[email protected]>
Today I (finally) looked through the documentation of Mat() — and it
seems to be very convenient for interactive usage!  On the other hand,
such “cute” semantics have a tendency to become a limiting factor when
one wants to write down general-purpose algorithms… 

Is there a simple way to convert a vector-column into a 1 column
matrix (without using matrix())?  Mat() is almost there — except for
bizarre special-cases — which are impossible to switch off!

Thanks,
Ilya