Re: #matr~ vs ##matr
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <20210205141005.GB17556@yellowpig> |
On Fri, Feb 05, 2021 at 05:46:43AM -0800, Ilya Zakharevich wrote: > Hi, two questions below seem to be orthogonal: > > Is #matr~ optimized by the compiler? No, but you can do either #mat[,1] or matsize(mat)[1] Cheers, Bill