C# Класс Accord.Math.ReducedRowEchelonForm

Reduced row Echelon form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ReducedRowEchelonForm ( double value, bool inPlace = false ) : System

Reduces a matrix to reduced row Echelon form.

Приватные методы

Метод Описание
count ( ) : int

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

ReducedRowEchelonForm() публичный метод

Reduces a matrix to reduced row Echelon form.
public ReducedRowEchelonForm ( double value, bool inPlace = false ) : System
value double The matrix to be reduced.
inPlace bool /// Pass to perform the reduction in place. The matrix /// will be destroyed in the process, resulting in less /// memory consumption.
Результат System