1#ifndef FUSED_ALGORITHMS_TRACE_H
2#define FUSED_ALGORITHMS_TRACE_H
29 template <
typename T, my_
size_t N>
Definition fused_matrix.h:12
Global configuration for the tesseract tensor library.
#define my_size_t
Size/index type used throughout the library.
Definition config.h:126
T trace(const FusedMatrix< T, N, N > &A)
Compute the trace of a square matrix.
Definition trace.h:30
Expr::value_type sum(const BaseExpr< Expr > &expr)
Definition reductions.h:30