Logo ROOT   6.10/09
Reference Guide
Functions
TestMatrixArithmetic.h File Reference
#include "TMatrix.h"
#include "Utility.h"
#include "TMVA/DNN/Architectures/Reference.h"
Include dependency graph for TestMatrixArithmetic.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ testMultiplication()

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.

Definition at line 26 of file TestMatrixArithmetic.h.

◆ testSumColumns()

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.

Definition at line 86 of file TestMatrixArithmetic.h.