C# Класс LinearEquationSolver, MeshToys

Показать файл Открыть проект

Открытые методы

Метод Описание
Solve ( float M ) : bool

Computes the solution of a linear equation system.

Описание методов

Solve() публичный статический Метод

Computes the solution of a linear equation system.
public static Solve ( float M ) : bool
M float /// The system of linear equations as an augmented matrix[row, col] where (rows + 1 == cols). /// It will contain the solution in "row canonical form" if the function returns "true". ///
Результат bool