PLaSK library
|
#include <solvers/gain/wasiak/wzmocnienie/tnt/tnt_fortran_array2d.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
Fortran_Array2D () | |
Fortran_Array2D (int m, int n) | |
Fortran_Array2D (int m, int n, T *a) | |
Fortran_Array2D (int m, int n, const T &a) | |
Fortran_Array2D (const Fortran_Array2D &A) | |
Fortran_Array2D & | operator= (const T &a) |
Fortran_Array2D & | operator= (const Fortran_Array2D &A) |
Fortran_Array2D & | ref (const Fortran_Array2D &A) |
Fortran_Array2D | copy () const |
Fortran_Array2D & | inject (const Fortran_Array2D &A) |
T & | operator() (int i, int j) |
const T & | operator() (int i, int j) const |
int | dim1 () const |
int | dim2 () const |
~Fortran_Array2D () | |
int | ref_count () const |
Definition at line 38 of file tnt_fortran_array2d.h.
typedef T TNT::Fortran_Array2D< T >::value_type |
Definition at line 55 of file tnt_fortran_array2d.h.
TNT::Fortran_Array2D< T >::Fortran_Array2D | ( | ) |
Definition at line 80 of file tnt_fortran_array2d.h.
TNT::Fortran_Array2D< T >::Fortran_Array2D | ( | int | m, |
int | n | ||
) |
Definition at line 90 of file tnt_fortran_array2d.h.
TNT::Fortran_Array2D< T >::Fortran_Array2D | ( | int | m, |
int | n, | ||
T * | a | ||
) |
Definition at line 102 of file tnt_fortran_array2d.h.
TNT::Fortran_Array2D< T >::Fortran_Array2D | ( | int | m, |
int | n, | ||
const T & | a | ||
) |
Definition at line 94 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 84 of file tnt_fortran_array2d.h.
TNT::Fortran_Array2D< T >::~Fortran_Array2D | ( | ) |
Definition at line 193 of file tnt_fortran_array2d.h.
Fortran_Array2D< T > TNT::Fortran_Array2D< T >::copy | ( | ) | const |
Definition at line 145 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 186 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 189 of file tnt_fortran_array2d.h.
Fortran_Array2D< T > & TNT::Fortran_Array2D< T >::inject | ( | const Fortran_Array2D< T > & | A | ) |
Definition at line 156 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 109 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 123 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 180 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 138 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 167 of file tnt_fortran_array2d.h.
|
inline |
Definition at line 198 of file tnt_fortran_array2d.h.