Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MathPHP
LinearAlgebra
SquareMatrix
PHP 클래스 MathPHP\LinearAlgebra\SquareMatrix
상속:
extends
Matrix
파일 보기
프로젝트 열기: markrogoyski/math-php
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
array
$A
)
Constructor
isSquare
( ) :
boolean
Square matrix must be square
메소드 상세
__construct()
공개
메소드
Constructor
public
__construct
(
array
$A
)
$A
array
isSquare()
공개
메소드
Square matrix must be square
public
isSquare
( ) :
boolean
리턴
boolean