
21 Sep
2006
21 Sep
'06
5:47 a.m.
NaN adds a lot of whitespace in the representation of a matrix.
Without NaN:
matrix([[1, 2], [3, 4]])
With NaN:
matrix([[ nan, 2. ], [ 3. , 4. ]])
There's enough room for the wikipedia entry for nan.
6102
Age (days ago)
6102
Last active (days ago)
0 comments
1 participants
participants (1)
-
Keith Goodman