|
GiNaC
1.6.2
|
Helper template to allow initialization of matrices via an overloaded comma operator (idea stolen from Blitz++). More...
#include <matrix.h>
Public Member Functions | |
| matrix_init (It i) | |
| matrix_init< T, It > | operator, (const T &x) |
| matrix_init< T, It > | operator, (int x) |
| matrix_init< T, It > | operator, (unsigned int x) |
| matrix_init< T, It > | operator, (long x) |
| matrix_init< T, It > | operator, (unsigned long x) |
| matrix_init< T, It > | operator, (double x) |
| matrix_init< T, It > | operator, (const symbol &x) |
Private Member Functions | |
| matrix_init () | |
Private Attributes | |
| It | iter |
Helper template to allow initialization of matrices via an overloaded comma operator (idea stolen from Blitz++).
| GiNaC::matrix_init< T, It >::matrix_init | ( | It | i | ) | [inline] |
| GiNaC::matrix_init< T, It >::matrix_init | ( | ) | [private] |
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | const T & | x | ) | [inline] |
Definition at line 42 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter, and x.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | int | x | ) | [inline] |
Definition at line 51 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | unsigned int | x | ) | [inline] |
Definition at line 57 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | long | x | ) | [inline] |
Definition at line 63 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | unsigned long | x | ) | [inline] |
Definition at line 69 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | double | x | ) | [inline] |
Definition at line 75 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
| matrix_init<T, It> GiNaC::matrix_init< T, It >::operator, | ( | const symbol & | x | ) | [inline] |
Definition at line 81 of file matrix.h.
References GiNaC::matrix_init< T, It >::iter.
It GiNaC::matrix_init< T, It >::iter [private] |
Definition at line 89 of file matrix.h.
Referenced by GiNaC::matrix_init< T, It >::operator,().