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

/gem5/ext/pybind11/include/pybind11/
H A Deigen.h553 object matrix_type = sparse_module.attr( local
556 if (!obj.get_type().is(matrix_type)) {
558 obj = matrix_type(obj);
583 object matrix_type = module::import("scipy.sparse").attr( local
590 return matrix_type(

Completed in 6 milliseconds