C# 클래스 Accord.Math.ReducedRowEchelonForm

Reduced row Echelon form
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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