LSTSQResult#

class numpy::LSTSQResult#

numpy C++ class.

Example#

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

// Use LSTSQResult
LSTSQResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

LSTSQResult(size_tn)

NP_MKL_LINALG.H:182