template <class XXCOEFF> class Vector

Class of generic Vectors, inlined functions and fields

Inheritance:


Public Methods

XXCOEFF coeff(const int i)
Value of the $i^{th}$ coefficient.
XXCOEFF& coeff(const int i)
Reference on the $i^{th}$ coefficient.
int GetDim(void)
number of coefficients of the vector.
XXCOEFF& operator[](const int i)
Reference on the $i^{th}$ coefficient.
XXCOEFF operator[](const int i)
Value of the $i^{th}$ coefficient.

Protected Fields

int Dim
Dimension of the vector
XXCOEFF* tab
Array of coefficients

Documentation

Class of generic Vectors, inlined functions and fields
XXCOEFF operator[](const int i)
Value of the $i^{th}$ coefficient.

XXCOEFF& operator[](const int i)
Reference on the $i^{th}$ coefficient.

XXCOEFF coeff(const int i)
Value of the $i^{th}$ coefficient.

XXCOEFF& coeff(const int i)
Reference on the $i^{th}$ coefficient.

int GetDim(void)
number of coefficients of the vector.

XXCOEFF* tab
Array of coefficients

int Dim
Dimension of the vector


Direct child classes:
Pencil
Matrix

alphabetic index hierarchy of classes


Partially supported by FRISCO LTR 21.024
For more information

generated by doc++