PHP Class MathPHP\LinearAlgebra\SquareMatrix

Inheritance: extends Matrix
Show file Open project: markrogoyski/math-php Class Usage Examples

Public Methods

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

Method Details

__construct() public method

Constructor
public __construct ( array $A )
$A array

isSquare() public method

Square matrix must be square
public isSquare ( ) : boolean
return boolean