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