C# Class InverseMatrixwithCramersRule.MainClass

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

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
Minor ( double a, int row, int col ) : double
determinant ( double a ) : double
print ( double c ) : void

Method Details

Main() public static method

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