RefinementResult#

class numpy::RefinementResult#

numpy C++ class.

Example#

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

// Use RefinementResult
RefinementResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

RefinementResult(const std::vector<size_t>&x_shape, size_tnrhs)

NP_MKL_LINALG.H:2432