|
Anasazi
Version of the Day
|
An extension of the MultiVecTraits class that adds a new vector length method.This traits class provides an additional method to the multivector operations for finding the number of rows that is 64-bit compatible. The method in this traits class will replace the GetVecLength() method, which will be deprecated, and removed in the next major Trilinos release. At this time, this traits class will call the GetVecLength() method by default for any traits implementation that does not specialize this template. However, for 64-bit support this template will need to be specialized. More...
#include <AnasaziMultiVec.hpp>
Static Public Member Functions | |
New attribute methods | |
| static ptrdiff_t | GetGlobalLength (const MultiVec< ScalarType > &mv) |
An extension of the MultiVecTraits class that adds a new vector length method.
This traits class provides an additional method to the multivector operations for finding the number of rows that is 64-bit compatible. The method in this traits class will replace the GetVecLength() method, which will be deprecated, and removed in the next major Trilinos release. At this time, this traits class will call the GetVecLength() method by default for any traits implementation that does not specialize this template. However, for 64-bit support this template will need to be specialized.
Definition at line 529 of file AnasaziMultiVec.hpp.
| static ptrdiff_t Anasazi::MultiVecTraitsExt< ScalarType, MultiVec< ScalarType > >::GetGlobalLength | ( | const MultiVec< ScalarType > & | mv | ) | [inline, static] |
Obtain the vector length of mv.
Definition at line 536 of file AnasaziMultiVec.hpp.
1.7.6.1