PHP Класс NumPHPTest\Core\NumArray\DotTest

С версии: 1.0.0
Автор: Gordon Lesti ([email protected])
Наследование: extends NumPHPTest\Core\Framework\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )