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

Method get_eigen_vectors

tools/EigenUtils/EigenSolver.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19 VectorF get_eigen_values() const { return m_eigen_values; }
20 MatrixF get_eigen_vectors() const { return m_eigen_vectors; }
21
22 private:
23 void compute_batch_symmetric_2x2(const VectorF& matrices);

Callers 2

EigenSolverTest.hFile · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64