MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / AmbiVector

Method AmbiVector

include/Eigen/Eigen/src/SparseCore/AmbiVector.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 typedef typename NumTraits<Scalar>::Real RealScalar;
31
32 explicit AmbiVector(Index size)
33 : m_buffer(0), m_zero(0), m_size(0), m_end(0), m_allocatedSize(0), m_allocatedElements(0), m_mode(-1)
34 {
35 resize(size);
36 }
37
38 void init(double estimatedDensity);
39 void init(int mode);

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected