Ejemplo n.º 1
0
 public void SetSize(int rows, int cols)
 {
     Eigen.SetSize(Ptr, rows, cols);
 }