PHP 클래스 MCordingley\LinearAlgebra\Decomposition\LUP

파일 보기 프로젝트 열기: mcordingley/linearalgebra 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Matrix $source )
lower ( ) : Matrix
parity ( ) : integer
permutationArray ( ) : array
permutationMatrix ( ) : Matrix
upper ( ) : Matrix

비공개 메소드들

메소드 설명
decompose ( Matrix $source )

메소드 상세

__construct() 공개 메소드

public __construct ( Matrix $source )
$source MCordingley\LinearAlgebra\Matrix

lower() 공개 메소드

public lower ( ) : Matrix
리턴 MCordingley\LinearAlgebra\Matrix

parity() 공개 메소드

public parity ( ) : integer
리턴 integer

permutationArray() 공개 메소드

public permutationArray ( ) : array
리턴 array

permutationMatrix() 공개 메소드

public permutationMatrix ( ) : Matrix
리턴 MCordingley\LinearAlgebra\Matrix

upper() 공개 메소드

public upper ( ) : Matrix
리턴 MCordingley\LinearAlgebra\Matrix