SVDResult#

class numpy::SVDResult#

Linear algebra result/operation class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use SVDResult
SVDResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

SVDResult(size_tm, size_tn, boolfull)

NP_MKL_LINALG.H:147