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

Method inverse

src/geode/geometry/frame.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123 template < index_t dimension >
124 Frame< dimension > Frame< dimension >::inverse() const
125 {
126 auto result = compute_inverse( *this );
127 OpenGeodeGeometryException::check_exception( result.has_value(),
128 nullptr, OpenGeodeException::TYPE::internal,
129 "[Frame<dimension>::inverse] Failed to inverse" );
130 return result.value();
131 }
132
133 template < index_t dimension >
134 Frame< dimension > Frame< dimension >::operator+(

Callers 3

frame_inverse_matrixFunction · 0.45
test_matrix_2x2Function · 0.45
test_matrix_3x3Function · 0.45

Calls 2

compute_inverseFunction · 0.85
valueMethod · 0.45

Tested by 2

test_matrix_2x2Function · 0.36
test_matrix_3x3Function · 0.36