PHP Class MathPHP\LinearAlgebra\SquareMatrix

Inheritance: extends Matrix
Afficher le fichier Open project: markrogoyski/math-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $A ) Constructor
isSquare ( ) : boolean Square matrix must be square

Method Details

__construct() public méthode

Constructor
public __construct ( array $A )
$A array

isSquare() public méthode

Square matrix must be square
public isSquare ( ) : boolean
Résultat boolean