Searched refs:BandShape (Results 1 – 2 of 2) sorted by relevance
331 struct BandShape {};337 typedef BandShape Shape;344 typedef BandShape Shape;347 template<> struct AssignmentKind<DenseShape,BandShape> { typedef EigenBase2EigenBase Kind; };
516 struct BandShape { static std::string debugName() { return "BandShape"; } }; in debugName() argument