MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / nonZeros

Method nonZeros

dependency/densecrf/include/Eigen/src/SparseCore/AmbiVector.h:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127/** \returns the number of non zeros in the current sub vector */
128template<typename _Scalar,typename _StorageIndex>
129Index AmbiVector<_Scalar,_StorageIndex>::nonZeros() const
130{
131 if (m_mode==IsSparse)
132 return m_llSize;
133 else
134 return m_end - m_start;
135}
136
137template<typename _Scalar,typename _StorageIndex>
138void AmbiVector<_Scalar,_StorageIndex>::init(double estimatedDensity)

Callers 15

c_to_fortran_numberingFunction · 0.45
fortran_to_c_numberingFunction · 0.45
MapMethod · 0.45
runMethod · 0.45
factorizeMethod · 0.45
minimum_degree_orderingFunction · 0.45
operator()Method · 0.45
factorizeMethod · 0.45
factorizeMethod · 0.45
dumpMemoryMethod · 0.45
_solve_implMethod · 0.45
_solve_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected