PHP 클래스 NumPHPTest\Core\NumArray\DotTest

부터: 1.0.0
저자: Gordon Lesti ([email protected])
상속: extends NumPHPTest\Core\Framework\TestCase
파일 보기 프로젝트 열기: numphp/numphp

공개 메소드들

메소드 설명
testDot3dMatrixVector ( ) Tests NumArray::dot with 2x3x4 matrix and vector
testDotCache ( ) Tests if cache will be flushed after using NumArray::dot
testDotEmptyVectorVector ( ) Tests NumArray::dot with empty vectors
testDotMatrix3x3Vector4 ( ) Tests if InvalidArgumentException will be thrown, when using NumArray::dot with a matrix and a vector that are not align
testDotMatrix3x4Matrix3x3 ( ) Tests if InvalidArgumentException will be thrown, when using NumArray::dot with two matrices that are not align
testDotMatrixMatrix ( ) Tests NumArray::dot with two matrices
testDotMatrixScalar ( ) Tests NumArray::dot with matrix and scalar value
testDotMatrixVector ( ) Tests NumArray::dot with matrix and vector
testDotScalarVector ( ) Tests NumArray::dot with scalar value and vector
testDotSingleScalar ( ) Tests NumArray::dot with scalar value and int
testDotSingleSingle ( ) Tests NumArray::dot with scalar values
testDotVector3Matrix3d ( ) Tests if InvalidArgumentException will be thrown, when using NumArray::dot with a vector and a 2x3x4 matrix that are not align
testDotVector3Matrix4x1 ( ) Test if InvalidArgumentException will be thrown, when using NumArray::dot with a vector and matrix that are not align
testDotVector3Vector4 ( ) Tests if InvalidArgumentException will be thrown, when using NumArray::dot with two vectors of different size
testDotVectorMatrix ( ) Tests NumArray::dot with vector and matrix
testDotVectorScalar ( ) Tests NumArray::dot with vector and scalar value
testDotVectorVector ( ) Tests NumArray::dot with two vectors

메소드 상세

testDot3dMatrixVector() 공개 메소드

Tests NumArray::dot with 2x3x4 matrix and vector

testDotCache() 공개 메소드

Tests if cache will be flushed after using NumArray::dot
public testDotCache ( )

testDotEmptyVectorVector() 공개 메소드

Tests NumArray::dot with empty vectors

testDotMatrix3x3Vector4() 공개 메소드

Tests if InvalidArgumentException will be thrown, when using NumArray::dot with a matrix and a vector that are not align

testDotMatrix3x4Matrix3x3() 공개 메소드

Tests if InvalidArgumentException will be thrown, when using NumArray::dot with two matrices that are not align

testDotMatrixMatrix() 공개 메소드

Tests NumArray::dot with two matrices
public testDotMatrixMatrix ( )

testDotMatrixScalar() 공개 메소드

Tests NumArray::dot with matrix and scalar value
public testDotMatrixScalar ( )

testDotMatrixVector() 공개 메소드

Tests NumArray::dot with matrix and vector
public testDotMatrixVector ( )

testDotScalarVector() 공개 메소드

Tests NumArray::dot with scalar value and vector
public testDotScalarVector ( )

testDotSingleScalar() 공개 메소드

Tests NumArray::dot with scalar value and int
public testDotSingleScalar ( )

testDotSingleSingle() 공개 메소드

Tests NumArray::dot with scalar values
public testDotSingleSingle ( )

testDotVector3Matrix3d() 공개 메소드

Tests if InvalidArgumentException will be thrown, when using NumArray::dot with a vector and a 2x3x4 matrix that are not align

testDotVector3Matrix4x1() 공개 메소드

Test if InvalidArgumentException will be thrown, when using NumArray::dot with a vector and matrix that are not align

testDotVector3Vector4() 공개 메소드

Tests if InvalidArgumentException will be thrown, when using NumArray::dot with two vectors of different size

testDotVectorMatrix() 공개 메소드

Tests NumArray::dot with vector and matrix
public testDotVectorMatrix ( )

testDotVectorScalar() 공개 메소드

Tests NumArray::dot with vector and scalar value
public testDotVectorScalar ( )

testDotVectorVector() 공개 메소드

Tests NumArray::dot with two vectors
public testDotVectorVector ( )