MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / value

Method value

src/geode/geometry/square_matrix.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(

Callers 2

adj_coeffFunction · 0.45
operator*Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected