Exemple #1
0
 public LSystem(SquareMatrix matrix, VectorColumn freeElems)
 {
     this.Matrix      = matrix;
     this.FreeElems   = freeElems;
     this.MATRIX_SIZE = -1;
 }