PHP Class Trismegiste\Mondrian\Algebra\ByteMatrix

Author: florent
Inheritance: implements Trismegiste\Mondrian\Algebra\Matrix
显示文件 Open project: trismegiste/mondrian Class Usage Examples

Protected Properties

Property Type Description
$content
$dimension

Public Methods

Method Description
__construct ( integer $dimension ) build a square matrix
get ( $line, $column ) {@inheritDoc}
getSize ( ) {@inheritDoc}
set ( $line, $column, $value ) {@inheritDoc}

Method Details

__construct() public method

build a square matrix
public __construct ( integer $dimension )
$dimension integer size of matrix

get() public method

{@inheritDoc}
public get ( $line, $column )

getSize() public method

{@inheritDoc}
public getSize ( )

set() public method

{@inheritDoc}
public set ( $line, $column, $value )

Property Details

$content protected_oe property

protected $content

$dimension protected_oe property

protected $dimension