예제 #1
0
 public VectorXf(int count)
 {
     _ptr = Invoke.eigen_vectorx_f_ctor(count);
 }
예제 #2
0
 public VectorXf()
 {
     _ptr = Invoke.eigen_vectorx_f_ctor(0);
 }