MCPcopy Create free account
hub / github.com/creatale/node-dv / compute

Method compute

deps/opencv/modules/core/src/lapack.cpp:1580–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1578
1579
1580void SVD::compute( InputArray a, OutputArray w, OutputArray u, OutputArray vt, int flags )
1581{
1582 _SVDcompute(a, w, u, vt, flags);
1583}
1584
1585void SVD::compute( InputArray a, OutputArray w, int flags )
1586{

Callers

nothing calls this directly

Calls 2

_SVDcomputeFunction · 0.85
noArrayFunction · 0.85

Tested by

no test coverage detected