C# Class toop_project.src.Solver.GaussSeidelParametrs

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

Public Methods

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

Method Details

GaussSeidelParametrs() public method

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