![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A version of omatrix with better error checking. More...
#include <omatrix_tlate.h>
Inherits omatrix_tlate< double, gsl_matrix, gsl_vector_norm, gsl_block >.
This demonstrates how operator[] could return an ovector_array object and thus provide more bounds-checking. This would demand including a new parameter in omatrix_view_tlate which contains the vector type.
Definition at line 1352 of file omatrix_tlate.h.
Public Member Functions | |
xmatrix (size_t r=0, size_t c=0) | |
ovector_array | operator[] (size_t i) |
Array-like indexing. | |
const ovector_const_array | operator[] (size_t i) const |
Array-like indexing. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).