Beispiel #1
0
        // Constructors

        public MyMatrix(MyMatrix other)
        {
            m = (double[, ])other.m.Clone();
        }