#include <CVector.h>
List of all members.
template<class CType>
class CVectorCore< CType >
Member Typedef Documentation
Constructor & Destructor Documentation
Specific constructor
- Parameters:
-
const | unsigned C_INT32 & size |
CType | * vector |
Member Function Documentation
Retrieve the array of the vector elements. This is suitable for interfacing with clapack routines.
- Returns:
- CType * array
template<class CType>
const CType* CVectorCore< CType >::array |
( |
| ) |
const [inline] |
Retrieve the array of the vector elements. This is suitable for interfacing with clapack routines.
- Returns:
- const CType * array
template<class CType>
CType& CVectorCore< CType >::operator() |
( |
const unsigned C_INT32 & |
row | ) |
[inline] |
Retrieve a vector element using Fortan style indexing.
- Parameters:
-
const | unsigned C_INT32 & row |
- Returns:
- const CType & element
template<class CType>
const CType& CVectorCore< CType >::operator() |
( |
const unsigned C_INT32 & |
row | ) |
const [inline] |
Retrieve a vector element using Fortan style indexing.
- Parameters:
-
const | unsigned C_INT32 & row |
- Returns:
- const CType & element
template<class CType>
CType& CVectorCore< CType >::operator[] |
( |
const unsigned C_INT32 & |
row | ) |
[inline] |
Retrieve an element of the vector
- Parameters:
-
const | unsigned C_INT32 & row |
- Returns:
- CType & element
template<class CType>
const CType& CVectorCore< CType >::operator[] |
( |
const unsigned C_INT32 & |
row | ) |
const [inline] |
Retrieve an element of the vector
- Parameters:
-
const | unsigned C_INT32 & row |
- Returns:
- const CType & element
template<class CType>
unsigned C_INT32 CVectorCore< CType >::size |
( |
| ) |
const [inline] |
The number of elements stored in the vector.
- Returns:
- unsigned C_INT32 size
Friends And Related Function Documentation
template<class CType>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CVectorCore< CType > & |
A |
|
) |
| [friend] |
Output stream operator
- Parameters:
-
ostream | & os |
const | CVector< CType > & A |
- Returns:
- ostream & os
Member Data Documentation
The array storing the vector elements
The documentation for this class was generated from the following file: