QRResult#

class numpy::QRResult#

Linear algebra result/operation class.

Example#

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

// Use QRResult
QRResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

QRResult(size_tm, size_tn, boolfull)

NP_MKL_LINALG.H:164