ug4
|
#include <local_helper.h>
Public Member Functions | |
size_t | col_index (size_t i) const |
localMatrix_from_mat_and_array (M &m_, const size_t *rows_, const size_t *cols_) | |
size_t | num_cols () const |
size_t | num_rows () const |
M::value_type & | operator() (size_t i, size_t j) |
const M::value_type & | operator() (size_t i, size_t j) const |
size_t | row_index (size_t i) const |
~localMatrix_from_mat_and_array () | |
Private Attributes | |
const size_t * | cols |
M * | m |
const size_t * | rows |
|
inline |
References ug::localMatrix_from_mat_and_array< M >::m.
|
inline |
|
inline |
References ug::localMatrix_from_mat_and_array< M >::cols.
|
inline |
References ug::localMatrix_from_mat_and_array< M >::m.
|
inline |
References ug::localMatrix_from_mat_and_array< M >::m.
|
inline |
References ug::localMatrix_from_mat_and_array< M >::m.
|
inline |
References ug::localMatrix_from_mat_and_array< M >::m.
|
inline |
References ug::localMatrix_from_mat_and_array< M >::rows.
|
private |
Referenced by ug::localMatrix_from_mat_and_array< M >::col_index().
|
private |
|
private |
Referenced by ug::localMatrix_from_mat_and_array< M >::row_index().