| 65 | |
| 66 | template < index_t dimension > |
| 67 | double SquareMatrix< dimension >::value( |
| 68 | geode::local_index_t row, geode::local_index_t column ) const |
| 69 | { |
| 70 | return matrix_rows_[row].value( column ); |
| 71 | } |
| 72 | |
| 73 | template < index_t dimension > |
| 74 | const Vector< dimension >& SquareMatrix< dimension >::row( |