Пример #1
0
    /*!
     * \brief Get the global length of the vector.
     */
    static global_ordinal_type getGlobalLength( const vector_type& vector )
    { 
	return Teuchos::as<global_ordinal_type>( vector.getGlobalLength() );
    }