Ejemplo n.º 1
0
 public LEMatrix.MatrixRow CoefficientMatrixRow()
 {
     return(new LEMatrix.MatrixRow(Coefficients.ToArray()));
 }