MCPcopy Create free account
hub / github.com/audeering/opensmile / MakeSolver

Method MakeSolver

src/newmat/bandmat.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264GeneralMatrix* BandMatrix::MakeSolver()
265{
266 REPORT
267 GeneralMatrix* gm = new BandLUMatrix(*this);
268 MatrixErrorNoSpace(gm); gm->ReleaseAndDelete(); return gm;
269}
270
271
272void BandLUMatrix::ludcmp()

Callers 1

LinearEquationSolverMethod · 0.45

Calls 1

MatrixErrorNoSpaceFunction · 0.85

Tested by

no test coverage detected