MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / solve

Function solve

extensions/include/cuMat/src/SolverBase.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 */
33 template<typename _RHS>
34 SolveOp<_DecompositionImpl, _RHS> solve(const MatrixBase<_RHS>& rhs) const
35 {
36 return SolveOp<_DecompositionImpl, _RHS>(impl(), rhs.derived());
37 }
38};
39
40namespace internal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected