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

Method determinant

src/geode/geometry/square_matrix.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 template < index_t dimension >
149 double SquareMatrix< dimension >::determinant() const
150 {
151 throw OpenGeodeGeometryException{ nullptr,
152 OpenGeodeException::TYPE::internal,
153 "[SquareMatrix::determinant] Not implemented for dimension ",
154 dimension };
155 }
156
157 template <>
158 double opengeode_geometry_api SquareMatrix< 2 >::determinant() const

Callers 2

test_matrix_2x2Function · 0.80
test_matrix_3x3Function · 0.80

Calls

no outgoing calls

Tested by 2

test_matrix_2x2Function · 0.64
test_matrix_3x3Function · 0.64