Class template Dune::XT::LA::internal::VectorInputIterator

template<class Traits, class ScalarImp>
class Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::operator++

template<class Traits, class ScalarImp>
ThisType &Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::operator++()

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::operator==

template<class Traits, class ScalarImp>
bool Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::operator==(const ThisType &other)

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::operator!=

template<class Traits, class ScalarImp>
bool Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::operator!=(const ThisType &other)

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::operator*

template<class Traits, class ScalarImp>
const ScalarType &Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::operator*() const

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::position

template<class Traits, class ScalarImp>
int Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::position() const

No documentation provided.

Method Dune::XT::LA::internal::VectorInputIterator::end

template<class Traits, class ScalarImp>
bool Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::end() const

No documentation provided.

Constructor Dune::XT::LA::internal::VectorInputIterator::VectorInputIterator<Traits, ScalarImp>

template<>
template<class Traits, class ScalarImp>
explicit Dune::XT::LA::internal::VectorInputIterator<Traits, ScalarImp>::VectorInputIterator<Traits, ScalarImp>(const VectorType &vec, const bool end = false)

No documentation provided.

Field Dune::XT::LA::internal::VectorInputIterator::const_vec_

const VectorType &Dune::XT::LA::internal::VectorInputIterator::const_vec_

No documentation provided.

Field Dune::XT::LA::internal::VectorInputIterator::position_

int Dune::XT::LA::internal::VectorInputIterator::position_

No documentation provided.

Field Dune::XT::LA::internal::VectorInputIterator::end_

bool Dune::XT::LA::internal::VectorInputIterator::end_

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::ThisType

type Dune::XT::LA::internal::VectorInputIterator::ThisType

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::iterator_category

type Dune::XT::LA::internal::VectorInputIterator::iterator_category

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::value_type

type Dune::XT::LA::internal::VectorInputIterator::value_type

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::difference_type

type Dune::XT::LA::internal::VectorInputIterator::difference_type

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::pointer

type Dune::XT::LA::internal::VectorInputIterator::pointer

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::reference

type Dune::XT::LA::internal::VectorInputIterator::reference

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::VectorType

type Dune::XT::LA::internal::VectorInputIterator::VectorType

No documentation provided.

Type alias Dune::XT::LA::internal::VectorInputIterator::ScalarType

type Dune::XT::LA::internal::VectorInputIterator::ScalarType

No documentation provided.