C# Class GaussianEliminationMethod.MainClass

Show file Open project: ergenekonyigit/Numerical-Analysis-Examples

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
GaussianElimination ( double a, double b ) : double[]
print ( double a, double x, double b ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void