C# 클래스 CSparse.Interop.SuiteSparse.CXSparse.CXSparseContext

CXSparse context wrapping native factorization.
상속: IDisposableSolver
파일 보기 프로젝트 열기: wo80/csparse-interop

보호된 프로퍼티들

프로퍼티 타입 설명
factorized bool
handles List
matrix CompressedColumnStorage
ordering ColumnOrdering
w T[]

공개 메소드들

메소드 설명
CXSparseContext ( CompressedColumnStorage matrix, ColumnOrdering ordering ) : CSparse.Factorization
Dispose ( ) : void
Factorize ( ) : void

Factorizes the matrix associated to this CXSparse context.

Solve ( Array input, Array result ) : void

Solve system of linear equations.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
DoFactorize ( ) : int

Do symbolic and numeric factorization for current type.

비공개 메소드들

메소드 설명
CreateSparse ( CompressedColumnStorage matrix, List handles ) : CSparse.Interop.SuiteSparse.CXSparse.cs
cs_nfree ( CSparse.Interop.SuiteSparse.CXSparse.csn &N ) : void
cs_sfree ( CSparse.Interop.SuiteSparse.CXSparse.css &S ) : void
cs_spfree ( CSparse.Interop.SuiteSparse.CXSparse.cs &A ) : void

메소드 상세

CXSparseContext() 공개 메소드

public CXSparseContext ( CompressedColumnStorage matrix, ColumnOrdering ordering ) : CSparse.Factorization
matrix CompressedColumnStorage
ordering ColumnOrdering
리턴 CSparse.Factorization

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DoFactorize() 보호된 추상적인 메소드

Do symbolic and numeric factorization for current type.
protected abstract DoFactorize ( ) : int
리턴 int

Factorize() 공개 메소드

Factorizes the matrix associated to this CXSparse context.
public Factorize ( ) : void
리턴 void

Solve() 공개 추상적인 메소드

Solve system of linear equations.
public abstract Solve ( Array input, Array result ) : void
input Array Right-hand side b.
result Array The solution x.
리턴 void

프로퍼티 상세

factorized 보호되어 있는 프로퍼티

protected bool factorized
리턴 bool

handles 보호되어 있는 프로퍼티

protected List handles
리턴 List

matrix 보호되어 있는 프로퍼티

protected CompressedColumnStorage matrix
리턴 CompressedColumnStorage

ordering 보호되어 있는 프로퍼티

protected ColumnOrdering ordering
리턴 ColumnOrdering

w 보호되어 있는 프로퍼티

protected T[] w
리턴 T[]