#include <CMatrix.h>
List of all members.
template<class Matrix>
class CFortranAccess< Matrix >
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
Retrieve a matrix element using Fortran style indexing.
- Parameters:
-
const | unsigned C_INT32 & row |
const | unsigned C_INT32 & col |
- Returns:
- const elementType & element
template<class Matrix >
const elementType& CFortranAccess< Matrix >::operator() |
( |
const unsigned C_INT32 & |
row, |
|
|
const unsigned C_INT32 & |
col |
|
) |
| const [inline] |
Retrieve a matrix element using Fortran style indexing.
- Parameters:
-
const | unsigned C_INT32 & row |
const | unsigned C_INT32 & col |
- Returns:
- const elementType & element
Retrieve a row of the matrix using Fortran style indexing.
- Parameters:
-
- Returns:
- elementType * row
Retrieve a row of the matrix using Fortran style indexing.
- Parameters:
-
- Returns:
- const elementType * row
The documentation for this class was generated from the following file: