MCPcopy Create free account
hub / github.com/cvanaret/Uno / LowerUnitTriangular

Method LowerUnitTriangular

uno/symbolic/Triangular.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 using value_type = typename std::remove_reference_t<Matrix>::value_type;
52
53 explicit LowerUnitTriangular(Matrix&& matrix): matrix(std::forward<Matrix>(matrix)) { }
54
55 UNO_FORWARD_ACCESSOR(get_matrix, this->matrix)
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected