PHP 클래스 MCordingley\LinearAlgebra\Decomposition\LU

파일 보기 프로젝트 열기: mcordingley/linearalgebra

공개 메소드들

메소드 설명
__construct ( Matrix $matrix )
lower ( ) : Matrix
upper ( ) : Matrix

비공개 메소드들

메소드 설명
decompose ( Matrix $source )

메소드 상세

__construct() 공개 메소드

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

lower() 공개 메소드

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

upper() 공개 메소드

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