Searched defs:MatrixRef (Results 1 – 2 of 2) sorted by relevance
36 /*implicit*/ MatrixRef() : arr(nullptr), stride0(0) {} in MatrixRef() function39 /*implicit*/ MatrixRef(ArrayRef<T> arr, size_type stride0) in MatrixRef() function
2499 typedef Eigen::Map<Matrix> MatrixRef; in Conv() typedef