Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Functions
vector_slice.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/array_view.h>
#include <deal.II/base/exceptions.h>

Go to the source code of this file.

Classes

class  VectorSlice< VectorType >
 

Functions

template<typename VectorType >
const VectorSlice< const VectorTypemake_slice (VectorType &v)
 
template<typename VectorType >
const VectorSlice< const VectorTypemake_slice (VectorType &v, const unsigned int start, const unsigned int length)
 

Function Documentation

◆ make_slice() [1/2]

template<typename VectorType >
const VectorSlice< const VectorType > make_slice ( VectorType v)
inline

Helper function for creating temporary objects without typing template arguments.

Author
Guido Kanschat, 2004

Definition at line 91 of file vector_slice.h.

◆ make_slice() [2/2]

template<typename VectorType >
const VectorSlice< const VectorType > make_slice ( VectorType v,
const unsigned int  start,
const unsigned int  length 
)
inline

Helper function for creating temporary objects without typing template arguments.

Author
Guido Kanschat, 2004

Definition at line 108 of file vector_slice.h.