Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
protium_unit_tests.cxx File Reference
#include "Protium/Utilities/SignalCatching.h"
#include "Protium/LinearAlgebra/Matrix.h"
#include "Protium/Containers/Histogram.h"
#include "Protium/Math/MathFunctions.h"
#include "Protium/Time/Time.h"
#include "Protium/Time/Clock.h"
#include <iostream>
#include <iomanip>
#include <vector>
Include dependency graph for protium_unit_tests.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 
void PrintHistogram (const Containers::Histo1D &h)
 
template<typename T , int n, int m>
void PrintMatrix (const LinearAlgebra::Matrix< T, n, m > &matrix)
 
template<typename T , int n>
void PrintVector (const LinearAlgebra::Vector< T, n > &vector)
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 47 of file protium_unit_tests.cxx.

void PrintHistogram ( const Containers::Histo1D h)

Definition at line 37 of file protium_unit_tests.cxx.

template<typename T , int n, int m>
void PrintMatrix ( const LinearAlgebra::Matrix< T, n, m > &  matrix)

Definition at line 26 of file protium_unit_tests.cxx.

template<typename T , int n>
void PrintVector ( const LinearAlgebra::Vector< T, n > &  vector)

Definition at line 19 of file protium_unit_tests.cxx.