//public daMatrix Inverse() { return new daMatrix(val.Inverse()); } public daMatrix KroneckerProduct(_daMatrix other) { return(new daMatrix(val.KroneckerProduct(other))); }