PHP 인터페이스 Trismegiste\Mondrian\Algebra\Matrix

파일 보기 프로젝트 열기: trismegiste/mondrian

공개 메소드들

메소드 설명
get ( integer $line, integer $column ) : numeric Get coefficient in this matrix Use the algebra order line x column
getSize ( ) : integer get the size of this matrix
set ( integer $line, integer $column, numeric $value ) Set a coefficient in this matrix

메소드 상세

get() 공개 메소드

Get coefficient in this matrix Use the algebra order line x column
public get ( integer $line, integer $column ) : numeric
$line integer
$column integer
리턴 numeric

getSize() 공개 메소드

get the size of this matrix
public getSize ( ) : integer
리턴 integer

set() 공개 메소드

Set a coefficient in this matrix
public set ( integer $line, integer $column, numeric $value )
$line integer
$column integer
$value numeric