Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
210 0 0 0 100% 3.411 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
com.irurueta.algebra 192 0 0 0 100% 2.609 s
com.irurueta.statistics 18 0 0 0 100% 0.802 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

com.irurueta.algebra

- Class Tests Errors Failures Skipped Success Rate Time
CholeskyDecomposerTest 7 0 0 0 100% 0.024 s
DecomposerExceptionTest 1 0 0 0 100% 0.001 s
WrongSizeExceptionTest 1 0 0 0 100% 0.001 s
AlgebraExceptionTest 1 0 0 0 100% 0.001 s
UtilsTest 23 0 0 0 100% 0.113 s
GaussJordanEliminationTest 3 0 0 0 100% 0.058 s
NotAvailableExceptionTest 1 0 0 0 100% 0.001 s
OneNormComputerTest 4 0 0 0 100% 0.013 s
RQDecomposerTest 5 0 0 0 100% 0.010 s
NormComputerTest 1 0 0 0 100% 0.007 s
RankDeficientMatrixExceptionTest 1 0 0 0 100% 0.001 s
FrobeniusNormComputerTest 4 0 0 0 100% 0.012 s
SingularValueDecomposerTest 16 0 0 0 100% 0.334 s
EconomyQRDecomposerTest 8 0 0 0 100% 0.082 s
InfinityNormComputerTest 4 0 0 0 100% 0.005 s
LockedExceptionTest 1 0 0 0 100% 0.001 s
ComplexTest 19 0 0 0 100% 0.124 s
MatrixTest 52 0 0 0 100% 1.585 s
BuildInfoTest 2 0 0 0 100% 0.068 s
SingularMatrixExceptionTest 1 0 0 0 100% 0.001 s
LUDecomposerTest 10 0 0 0 100% 0.052 s
NoConvergenceExceptionTest 1 0 0 0 100% 0.004 s
NonSymmetricPositiveDefiniteMatrixExceptionTest 1 0 0 0 100% 0.004 s
ArrayUtilsTest 16 0 0 0 100% 0.024 s
NotReadyExceptionTest 1 0 0 0 100% 0.005 s
QRDecomposerTest 8 0 0 0 100% 0.078 s

com.irurueta.statistics

- Class Tests Errors Failures Skipped Success Rate Time
MultivariateGaussianRandomizerTest 3 0 0 0 100% 0.527 s
InvalidCovarianceMatrixExceptionTest 1 0 0 0 100% 0.001 s
MultivariateNormalDistTest 14 0 0 0 100% 0.274 s

Test Cases

[Summary] [Package List] [Test Cases]

CholeskyDecomposerTest

testIsSPD 0.005 s
testSolve 0.002 s
testGetL 0.001 s
testGetR 0.001 s
testGetSetInputMatrixAndIsReady 0.001 s
testDecompose 0.008 s
testConstructor 0.001 s

DecomposerExceptionTest

testConstructor 0.001 s

WrongSizeExceptionTest

testConstructor 0.001 s

AlgebraExceptionTest

testConstructor 0.001 s

UtilsTest

testDet 0.008 s
testNorm1 0.001 s
testNorm2 0.005 s
testNormF 0.001 s
testSkew1 0.001 s
testSkew2 0.001 s
testTrace 0.001 s
testCond 0.005 s
testRank 0.004 s
testSolveArray 0.013 s
testCrossProduct1 0.002 s
testCrossProduct2 0 s
testCrossProduct3 0 s
testDotProduct 0.004 s
testIsSymmetric 0 s
testIsOrthonormalAndIsOrthogonal 0.002 s
testInverse2 0.008 s
testInverse3 0.001 s
testInverse 0.011 s
testSchurc 0.012 s
testNormInf 0.001 s
testPseudoInverse 0.021 s
testSolveMatrix 0.003 s

MultivariateGaussianRandomizerTest

testNext 0.523 s
testGetSetMeanAndCovariance 0.001 s
testConstructor 0.002 s

GaussJordanEliminationTest

testProcessArray 0.019 s
testProcessMatrix 0.009 s
testInverse 0.026 s

InvalidCovarianceMatrixExceptionTest

testConstructor 0.001 s

NotAvailableExceptionTest

testConstructor 0.001 s

OneNormComputerTest

testGetNormType 0.006 s
testGetNormMatrix 0.001 s
testNormWithJacobian 0.002 s
testGetNormArray 0.001 s

RQDecomposerTest

testGetSetInputMatrix 0.002 s
testGetQ 0.002 s
testGetR 0.001 s
testDecompose 0.002 s
testConstructor 0.001 s

NormComputerTest

testCreate 0.002 s

RankDeficientMatrixExceptionTest

testConstructor 0.001 s

FrobeniusNormComputerTest

testGetNormType 0.001 s
testGetNormMatrix 0.002 s
testNormWithJacobian 0.001 s
testGetNormArray 0.001 s

SingularValueDecomposerTest

testGetConditionNumber 0.068 s
testGetNullity 0.039 s
testGetSingularValues 0.006 s
testGetNorm2 0.014 s
testGetRange 0.047 s
testGetSetInputMatrix 0.005 s
testGetU 0.002 s
testGetV 0.004 s
testGetW 0.007 s
testSolveArray 0.022 s
testGetSetMaxIterations 0.003 s
testGetRank 0.016 s
testDecompose 0.008 s
testConstructor 0.004 s
testGetNullspace 0.002 s
testSolveMatrix 0.010 s

EconomyQRDecomposerTest

testSolve 0.041 s
testGetH 0.003 s
testGetQ 0.015 s
testGetR 0.002 s
testGetSetInputMatrixAndIsReady 0.002 s
testIsFullRank 0.005 s
testDecompose 0.002 s
testConstructor 0.001 s

InfinityNormComputerTest

testGetNormType 0.001 s
testGetNormMatrix 0.001 s
testNormWithJacobian 0.001 s
testGetNormArray 0 s

LockedExceptionTest

testConstructor 0.001 s

ComplexTest

testGetSetReal 0.004 s
testGetPhase 0.002 s
testAdd 0.001 s
testPow 0.001 s
testSubtract 0.001 s
testClone 0 s
testSqrt 0.001 s
testSerializeDeserialize 0.066 s
testConjugate 0.003 s
testMultiplyByScalar 0.001 s
testCopyFrom 0.001 s
testDivide 0.001 s
testMultiply 0 s
testEqualsAndHashCode 0.002 s
testGetModulus 0 s
testGetSetRealAndImaginary 0.001 s
testSetModulusAndPhase 0.001 s
testConstructor 0.001 s
testGetSetImaginary 0.004 s

MatrixTest

testGetSubmatrixAsArray 0.007 s
testSetSubmatrixWithArrayRowOrder 0.006 s
testGetIndex 0.002 s
testToArray 0.001 s
testGetSetElementAt 0 s
testCopyConstructor 0.001 s
testAdd 0.002 s
testSetSubmatrix 0.004 s
testSubtract 0.003 s
testClone 0.001 s
testResetAndResize 0.007 s
testElementByElementProduct 0.001 s
testSetSubmatrixWithArray 0.005 s
testSetSubmatrixWithValue 0.004 s
testCreateWithGaussianRandomValues 0.113 s
testFillWithUniformRandomValues 0.192 s
testToArrayWithRowOrder 0.001 s
testSerializeDeserialize 0.006 s
testSetSubmatrixWithArrayColumnOrder 0.003 s
testAddAndReturnNew 0.001 s
testSetSubmatrix2 0.005 s
testSubtractAndReturnNew 0.002 s
testMultiplyKronecker 0.001 s
testMultiplyByScalar 0.001 s
testInitialize 0.001 s
testCopyFrom 0.001 s
testCreateWithUniformRandomValues 0.081 s
testToArrayWithColumnOrder 0.001 s
testSymmetrize 0.002 s
testDiagonal 0.001 s
testIdentity 0.002 s
testCreateWithUniformRandomValues2 0.944 s
testConstructorGetRowsAndGetColumns 0.001 s
testFromArray 0.001 s
testSetSubmatrixWithArrayColumnOrder2 0.003 s
testGetSubmatrixAsArrayWithRowOrder 0.001 s
testSetSubmatrixWithArrayRowOrder2 0.002 s
testMultiplyAndReturnNew 0.001 s
testSetSubmatrixWithArray2 0.002 s
testGetSetElementAtIndex 0.002 s
testElementByElementProductAndReturnNew 0.002 s
testCopyTo 0.001 s
testGetSubmatrix 0.002 s
testMultiply 0.001 s
testNewFromArray 0.001 s
testEqualsAndHashCode 0.001 s
testMultiplyKroneckerAndReturnNew 0.001 s
testTransposeAndReturnNEw 0.001 s
testTranspose 0 s
testMultiplyByScalarAndReturnNew 0.001 s
testFillWithGaussianRandomValues 0.119 s
testGetSubmatrixAsArrayWithColumnOrder 0.002 s

BuildInfoTest

testGetters 0.064 s
testGetInstance 0.002 s

SingularMatrixExceptionTest

testConstructor 0 s

LUDecomposerTest

testDecomposer 0.010 s
testGetPivot 0.001 s
testSolve 0.017 s
testGetL 0.003 s
testGetU 0.002 s
testIsSingular 0.003 s
testGetPivottedL 0.002 s
testDeterminant 0.005 s
testGetSetInputMatrixAndIsReady 0.002 s
testConstructor 0.002 s

MultivariateNormalDistTest

testIsValidCovariance 0.001 s
testGetSetMean 0.001 s
testCdf 0.004 s
testInvcdfJointProbability 0.004 s
testJointProbability 0.001 s
testProcessCovariance 0.002 s
testPropagate 0.252 s
testP 0.001 s
testGetSetCovariance 0.001 s
testMahalanobisDistance 0.001 s
testSetMeanAndCovariance 0.001 s
testInvcdf 0.002 s
testIsReady 0.001 s
testConstructor 0.001 s

NoConvergenceExceptionTest

testConstructor 0.002 s

NonSymmetricPositiveDefiniteMatrixExceptionTest

testConstructor 0.001 s

ArrayUtilsTest

testReverseComplex 0.001 s
testSum 0.001 s
testSubtract 0.001 s
testAngle 0.001 s
testSqrt 0.001 s
testDotProduct 0.001 s
testMultiplyByScalar 0.002 s
testMultiplyByScalarComplex 0.001 s
testReverseAndReturnNew 0.001 s
testReverse 0.001 s
testSumComplex 0.001 s
testNormalize 0.005 s
testSubtractComplex 0.001 s
testReverseAndReturnNewComplex 0.001 s
testMinMax 0.001 s
testDotProductComplex 0.001 s

NotReadyExceptionTest

testConstructor 0.001 s

QRDecomposerTest

testSolve 0.037 s
testGetH 0.003 s
testGetR 0.003 s
testGetSetInputMatrixAndIsReady 0.003 s
testIsFullRank 0.004 s
testDecompose 0.003 s
testSolve2 0.012 s
testConstructor 0.001 s