[pure-lang-users] row and col
Status: Beta
Brought to you by:
agraef
|
From: Eddie R. <er...@bm...> - 2008-09-24 16:27:16
|
Hi Albert, row x::matrix i::int Is this backwards? Shouldn't it be 'row i::int x::matrix' so that row can be used in map, filter, and friends. > map (row 0) [m1, m2, m3]; e.r. |