#include <VtMatrix.hh>
◆ VtMatrix_row_const()
MATRIX::VtMatrix::VtMatrix_row_const::VtMatrix_row_const |
( |
const VtMatrix & |
a, |
|
|
int |
row |
|
) |
| |
|
inline |
84 :
void a()
Definition: check_aligned.C:59
const VtMatrix & r_a
Definition: VtMatrix.hh:91
int r_r
Definition: VtMatrix.hh:92
◆ operator[]()
const double MATRIX::VtMatrix::VtMatrix_row_const::operator[] |
( |
int |
col | ) |
const |
|
inline |
86 {
87 return r_a.operator()(
r_r,col);
88
89 }
◆ r_a
const VtMatrix& MATRIX::VtMatrix::VtMatrix_row_const::r_a |
|
private |
◆ r_r
int MATRIX::VtMatrix::VtMatrix_row_const::r_r |
|
private |
The documentation for this class was generated from the following file:
- /home/antonio/fedra_doxygen/src/libVt++/vt++/include/VtMatrix.hh