MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_inner_size

Method get_inner_size

tests/learning_tests/swig_eigen/ZSparseMatrix.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 size_t num_rows() const { return rows(); }
15 size_t num_cols() const { return cols(); }
16 size_t get_inner_size() const { return nonZeros(); }
17 size_t get_outer_size() const { return cols() + 1; }
18 size_t get_value_size() const { return nonZeros(); }
19

Callers 3

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36