#include <umatrix_tlate.h>
Definition at line 433 of file umatrix_tlate.h.
Public Member Functions | |
Copy constructors | |
umatrix_view_tlate (const umatrix_view_tlate &v) | |
Shallow copy constructor - create a new view of the same matrix. | |
umatrix_view_tlate & | operator= (const umatrix_view_tlate &v) |
Shallow copy constructor - create a new view of the same matrix. | |
umatrix_view_tlate (umatrix_base_tlate< data_t > &v) | |
Shallow copy constructor - create a new view of the same matrix. | |
umatrix_view_tlate & | operator= (umatrix_base_tlate< data_t > &v) |
Shallow copy constructor - create a new view of the same matrix. | |
Get and set methods | |
data_t * | operator[] (size_t i) const |
Array-like indexing. | |
data_t & | operator() (size_t i, size_t j) const |
Array-like indexing. | |
data_t * | get_ptr (size_t i, size_t j) const |
Get pointer (with optional range-checking). | |
int | set (size_t i, size_t j, data_t val) const |
Set (with optional range-checking). | |
int | set_all (double val) const |
Set all of the value to be the value val . | |
Protected Member Functions | |
umatrix_view_tlate () | |
Empty constructor. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page