MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / load

Method load

SPlisHSPlasH/Utilities/CholeskyAVXSolver.cpp:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void CholeskyAVXSolver::load(SPH::BinaryFileReader& binReader)
163{
164 L.load(binReader);
165 LT.load(binReader);
166
167 binReader.readVector(perm);
168 binReader.readVector(perm_inv);
169 binReader.read(n_rhs_lines);
170 binReader.read(ndofs);
171}
172
173void CholeskySparseMatrixfAVX::save(SPH::BinaryFileWriter& binWriter)
174{

Callers 5

atomic_wrapperMethod · 0.45
atomic_wrapperClass · 0.45
setMethod · 0.45
initSystemMethod · 0.45
initSystemMethod · 0.45

Calls 5

readBufferMethod · 0.80
readVectorMethod · 0.45
readMethod · 0.45
resizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected