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

Method get_outer_size

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

Source from the content-addressed store, hash-verified

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
20 void get_inner_indices(int* np_idx_array, size_t idx_size) {

Callers 3

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36