Home
last modified time | relevance | path

Searched refs:storedZeros (Results 1 – 4 of 4) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dfull_matrix.cpp108 template<typename T> size_t FullMatrix<T>::storedZeros() const { in storedZeros() function in hmat::FullMatrix
109 return data.storedZeros(); in storedZeros()
H A Dfull_matrix.hpp118 size_t storedZeros() const;
H A Dscalar_array.hpp145 size_t storedZeros() const;
H A Dscalar_array.cpp188 template<typename T> size_t ScalarArray<T>::storedZeros() const { in storedZeros() function in hmat::ScalarArray