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

Function TEST_F

tests/src/Math/ZSparseMatrixTest.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45};
46
47TEST_F(ZSparseMatrixTest, Copy) {
48 ZSparseMatrix m2 = m_matrix;
49 ASSERT_SPARSE_MATRIX_EQ(m_matrix, m2);
50}
51
52TEST_F(ZSparseMatrixTest, ImportCSC) {
53 const size_t inner_size = m_matrix.get_inner_size();

Callers

nothing calls this directly

Calls 7

import_raw_cscMethod · 0.80
get_inner_sizeMethod · 0.45
get_outer_sizeMethod · 0.45
get_value_sizeMethod · 0.45
get_inner_indicesMethod · 0.45
get_outer_indicesMethod · 0.45
get_valuesMethod · 0.45

Tested by

no test coverage detected