MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / sparseView

Method sparseView

Externals/eigen/Eigen/src/SparseCore/SparseView.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template<typename Derived>
91const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& m_reference,
92 const typename NumTraits<Scalar>::Real& m_epsilon) const
93{
94 return SparseView<Derived>(derived(), m_reference, m_epsilon);
95}
96
97} // end namespace Eigen
98

Callers 2

defaultEvalToMethod · 0.80
_solve_sparseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected