View difference between Paste ID: T5c30PFi and jpvjBLGu
SHOW: | | - or go back to the newest paste.
1
data file:
2
3
1 2 3
4
4 5 6
5
6
should be read in SGMatrix.matrix with standar settings:
7
[1, 2, 3, 4, 5, 6]
8
9-
SGMatrix.num_rows==2
9+
SGMatrix.num_rows==3
10-
SGMatrix.num_cols==3
10+
SGMatrix.num_cols==2
11
12
right?