Esempio n. 1
0
 public Matrix(PairInt dim, Complex element) : this(dim.m, dim.n, element)
 {
 }
Esempio n. 2
0
 public Matrix(PairInt dim) : this(dim, new Complex(0.0, 0.0))
 {
 }