Esempio n. 1
0
 /// <summary>
 /// Create an empty OclMat
 /// </summary>
 public OclMat()
     : this(OclInvoke.OclMatCreateDefault())
 {
 }