MCPcopy Create free account
hub / github.com/dblalock/bolt / SparseView

Method SparseView

cpp/src/external/eigen/src/SparseCore/SparseView.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 typedef typename internal::remove_all<MatrixType>::type NestedExpression;
39
40 explicit SparseView(const MatrixType& mat, const Scalar& reference = Scalar(0),
41 RealScalar epsilon = NumTraits<Scalar>::dummy_precision())
42 : m_matrix(mat), m_reference(reference), m_epsilon(epsilon) {}
43
44 inline Index rows() const { return m_matrix.rows(); }
45 inline Index cols() const { return m_matrix.cols(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected