PLaSK library
|
#include <solvers/gain/wasiak/wzmocnienie/tnt/tnt_fortran_array1d.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
Fortran_Array1D () | |
Fortran_Array1D (int n) | |
Fortran_Array1D (int n, const T &a) | |
Fortran_Array1D (int n, T *a) | |
Fortran_Array1D (const Fortran_Array1D &A) | |
Fortran_Array1D & | operator= (const T &a) |
Fortran_Array1D & | operator= (const Fortran_Array1D &A) |
Fortran_Array1D & | ref (const Fortran_Array1D &A) |
Fortran_Array1D | copy () const |
Fortran_Array1D & | inject (const Fortran_Array1D &A) |
T & | operator() (int i) |
const T & | operator() (int i) const |
int | dim1 () const |
int | dim () const |
~Fortran_Array1D () | |
int | ref_count () const |
Fortran_Array1D< T > | subarray (int i0, int i1) |
Definition at line 39 of file tnt_fortran_array1d.h.
typedef T TNT::Fortran_Array1D< T >::value_type |
Definition at line 58 of file tnt_fortran_array1d.h.
TNT::Fortran_Array1D< T >::Fortran_Array1D | ( | ) |
Definition at line 89 of file tnt_fortran_array1d.h.
|
explicit |
Definition at line 103 of file tnt_fortran_array1d.h.
TNT::Fortran_Array1D< T >::Fortran_Array1D | ( | int | n, |
const T & | a | ||
) |
Definition at line 111 of file tnt_fortran_array1d.h.
TNT::Fortran_Array1D< T >::Fortran_Array1D | ( | int | n, |
T * | a | ||
) |
Definition at line 121 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 92 of file tnt_fortran_array1d.h.
TNT::Fortran_Array1D< T >::~Fortran_Array1D | ( | ) |
Definition at line 207 of file tnt_fortran_array1d.h.
Fortran_Array1D< T > TNT::Fortran_Array1D< T >::copy | ( | ) | const |
Definition at line 159 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 204 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 201 of file tnt_fortran_array1d.h.
Fortran_Array1D< T > & TNT::Fortran_Array1D< T >::inject | ( | const Fortran_Array1D< T > & | A | ) |
Definition at line 169 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 129 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 139 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 195 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 152 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 182 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 213 of file tnt_fortran_array1d.h.
|
inline |
Definition at line 219 of file tnt_fortran_array1d.h.