npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
unitMatrixDeviations.hh File Reference

Routines for finding deviations from unit matrix behavior as a function of submatrix size. More...

#include "npstat/nm/Matrix.hh"
#include "npstat/nm/unitMatrixDeviations.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Numeric , unsigned Len, typename T >
void npstat::unitMatrixDeviations (const Matrix< Numeric, Len > &mat, std::vector< T > *result)
 
template<typename Numeric , unsigned Len, typename T >
void npstat::unitMatrixDeviationsFrobenius (const Matrix< Numeric, Len > &mat, std::vector< T > *result)
 
template<typename Numeric , unsigned Len>
unsigned npstat::deviationsRestrictedSize (const Matrix< Numeric, Len > &mat, double tolerance)
 
template<typename Numeric , unsigned Len>
unsigned npstat::deviationsRestrictedSizeFrobenius (const Matrix< Numeric, Len > &mat, double tolerance)
 

Detailed Description

Routines for finding deviations from unit matrix behavior as a function of submatrix size.

Author: I. Volobouev

June 2023