Searched refs:ThisHerm (Results 1 – 5 of 5) sorted by relevance
102 typedef MatrixHelperRep<typename CNT<S>::THerm> ThisHerm; typedef186 ThisHerm* createHermitianView(bool wantToWrite) const { in createHermitianView()187 const ThisHerm* thisHerm = reinterpret_cast<const ThisHerm*>(this); in createHermitianView()188 ThisHerm* p = const_cast<ThisHerm*>(thisHerm)->createTransposeView_(); in createHermitianView()
88 typedef TriHelper<SHerm> ThisHerm; typedef
77 typedef VectorHelper<SHerm> ThisHerm; typedef
52 typedef FullHelper<SHerm> ThisHerm; typedef
82 typedef MatrixHelper<typename CNT<S>::THerm> ThisHerm; typedef