Searched refs:rowMajor (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h545 static constexpr bool rowMajor = Type::IsRowMajor; member in struct:type_caster
554 rowMajor ? "csr_matrix" : "csc_matrix");
584 rowMajor ? "csr_matrix" : "csc_matrix");
587 array outerIndices((rowMajor ? src.rows() : src.cols()) + 1, src.outerIndexPtr());

Completed in 7 milliseconds