ROOT 6.10/09 Reference Guide |
Functions | |
template<typename Architecture_t > | |
auto | testMultiplication (size_t ntests) -> typename Architecture_t::Scalar_t |
Test multiplication (standard, transposed, hadamard) operation on architecture specific matrix types and compare with results obtained with TMatrixT. More... | |
template<typename Architecture_t > | |
auto | testSumColumns (size_t ntests) -> typename Architecture_t::Scalar_t |
Test the summing over columns by summing by the sums obtained from a matrix filled with column indices as elements. More... | |
auto testMultiplication | ( | size_t | ntests | ) | -> typename Architecture_t::Scalar_t |
Test multiplication (standard, transposed, hadamard) operation on architecture specific matrix types and compare with results obtained with TMatrixT.
Definition at line 26 of file TestMatrixArithmetic.h.
auto testSumColumns | ( | size_t | ntests | ) | -> typename Architecture_t::Scalar_t |
Test the summing over columns by summing by the sums obtained from a matrix filled with column indices as elements.
Definition at line 86 of file TestMatrixArithmetic.h.