We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support for s(*, ::).par.map, like in scala collections.
currently as a work around I use:
(0 until s.rows).par.map{i => val sRow = s(i,::) ...