GSI_Toolbox 1.0.0
A toolbox for Gas-Surface Interaction simulations
Loading...
Searching...
No Matches
Matrix.h File Reference

File containing the definition of the Matrix class. More...

#include <iostream>
#include <sstream>
#include <cstdlib>
#include <ctime>
#include <iomanip>
#include <fstream>
#include <exception>
#include <initializer_list>

Go to the source code of this file.

Classes

class  Matrix< T >
 This class implements a matrix object used for linear algebra and vectorized operations. More...
 

Functions

template<typename T >
Matrix< T > cos (const Matrix< T > &other)
 
template<typename T >
Matrix< T > sin (const Matrix< T > &other)
 
template<typename T >
Matrix< T > tan (const Matrix< T > &other)
 
template<typename T >
Matrix< T > exp (const Matrix< T > &other)
 
template<typename T >
Matrix< T > erf (const Matrix< T > &other)
 
template<typename T >
Matrix< T > erfc (const Matrix< T > &other)
 
template<typename T >
sum (const Matrix< T > &other)
 

Detailed Description

File containing the definition of the Matrix class.