Reference documentation for deal.II version 9.2.0
|
#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 VectorType > | make_slice (VectorType &v) |
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.
Definition at line 91 of file vector_slice.h.
|
inline |
Helper function for creating temporary objects without typing template arguments.
Definition at line 108 of file vector_slice.h.