"tools/dataset_converters/sunrgbd_data_utils.py" did not exist on "5219773a20ab2e14f03f116ba88038b7f486cc8f"
Cwise_times_equal.cpp 59 Bytes
Newer Older
1
2
3
Array3d v(1, 2, 3), w(2, 3, 0);
v *= w;
cout << v << endl;