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