PHP Class MathPHP\LinearAlgebra\ColumnVectorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
dataProviderForConstructor ( )
dataProviderForTranspose ( )
testConstructor ( array $M, array $V )
testTranspose ( array $M )

Method Details

dataProviderForConstructor() public method

dataProviderForTranspose() public method

testConstructor() public method

public testConstructor ( array $M, array $V )
$M array
$V array

testTranspose() public method

public testTranspose ( array $M )
$M array