Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
xmatrix Class Reference

A version of omatrix with better error checking. More...

#include <omatrix_tlate.h>

Inherits omatrix_tlate< double, gsl_matrix, gsl_vector_norm, gsl_block >.


Detailed Description

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.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.