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

Method get_values

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

Source from the content-addressed store, hash-verified

34 }
35
36 void get_values(double* np_value_array, size_t num_values) {
37 assert(num_values <= get_value_size());
38 double* values = valuePtr();
39 for (size_t i=0; i<num_values; i++) {
40 np_value_array[i] = values[i];
41 }
42 }
43};

Callers 10

WireAttributes.cppFile · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 9

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36