C# Class toop_project.src.Solver.LOSParametrs

Inheritance: ISolverParametrs
显示文件 Open project: ProjectSun/toop-project Class Usage Examples

Public Methods

Method Description
LOSParametrs ( double epsilon, int maxIterations, double relax = 1.0 ) : System

Method Details

LOSParametrs() public method

public LOSParametrs ( double epsilon, int maxIterations, double relax = 1.0 ) : System
epsilon double
maxIterations int
relax double
return System