MCPcopy Create free account
hub / github.com/PX4/eigen / _solve_impl

Method _solve_impl

Eigen/src/SparseCore/SparseSolverBase.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 /** \internal default implementation of solving with a sparse rhs */
110 template<typename Rhs,typename Dest>
111 void _solve_impl(const SparseMatrixBase<Rhs> &b, SparseMatrixBase<Dest> &dest) const
112 {
113 internal::solve_sparse_through_dense_panels(derived(), b.derived(), dest.derived());
114 }
115 #endif // EIGEN_PARSED_BY_DOXYGEN
116
117 protected:

Callers 1

runMethod · 0.45

Calls 1

Tested by

no test coverage detected