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