#include <matrix.h>
|
| template<class Y > |
| std::ostream & | operator<< (std::ostream &os, Matrix< Y > const &sg) |
| |
◆ Matrix()
template<class T>
| ePDF::Matrix< T >::Matrix |
( |
int const & |
Lines = 0, |
|
|
int const & |
Columns = 0, |
|
|
std::vector< T > const & |
Entries = {} |
|
) |
| |
|
inline |
◆ GetColumns()
◆ GetElement()
template<class T>
| T ePDF::Matrix< T >::GetElement |
( |
int const & |
i, |
|
|
int const & |
j |
|
) |
| const |
|
inline |
◆ GetLines()
◆ GetVector()
◆ operator()()
template<class T>
| T ePDF::Matrix< T >::operator() |
( |
int const & |
i, |
|
|
int const & |
j |
|
) |
| const |
|
inline |
◆ operator*=() [1/3]
◆ operator*=() [2/3]
◆ operator*=() [3/3]
◆ operator+=()
◆ operator-=()
◆ operator/=() [1/2]
◆ operator/=() [2/2]
◆ operator=()
◆ SetElement()
template<class T>
| void ePDF::Matrix< T >::SetElement |
( |
int const & |
i, |
|
|
int const & |
j, |
|
|
T const & |
value |
|
) |
| |
|
inline |
◆ operator<<
template<class T>
template<class Y >
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
Matrix< Y > const & |
sg |
|
) |
| |
|
friend |
◆ _Columns
◆ _Lines
◆ _Matrix
The documentation for this class was generated from the following file:
- /Users/vbertone/Codes/ePDF/inc/ePDF/matrix.h