BandLUResult#

class numpy::BandLUResult#

numpy C++ class.

Example#

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

// Use BandLUResult
BandLUResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

BandLUResult(size_tn, size_tkl, size_tku)

NP_MKL_LINALG.H:1378