![]() |
Protium
Math and Design Features
|
#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>
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) |
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.
void PrintMatrix | ( | const LinearAlgebra::Matrix< T, n, m > & | matrix | ) |
Definition at line 26 of file protium_unit_tests.cxx.
void PrintVector | ( | const LinearAlgebra::Vector< T, n > & | vector | ) |
Definition at line 19 of file protium_unit_tests.cxx.