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 |
|---|---|---|
|
NP_MKL_LINALG.H:147 |