Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MCordingley
LinearAlgebra
Decomposition
LU
PHP Class MCordingley\LinearAlgebra\Decomposition\LU
Mostrar archivo
Open project: mcordingley/linearalgebra
Public Methods
Method
Description
__construct
(
Matrix
$matrix
)
lower
( ) :
Matrix
upper
( ) :
Matrix
Private Methods
Method
Description
decompose
(
Matrix
$source
)
Method Details
__construct()
public
method
public
__construct
(
Matrix
$matrix
)
$matrix
MCordingley\LinearAlgebra\Matrix
lower()
public
method
public
lower
( ) :
Matrix
return
MCordingley\LinearAlgebra\Matrix
upper()
public
method
public
upper
( ) :
Matrix
return
MCordingley\LinearAlgebra\Matrix