Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MathPHP
LinearAlgebra
SquareMatrix
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