#include <TensorImagePatch.h>
|
typedef Self::Index | Index |
|
typedef Self::Scalar | Scalar |
|
typedef Self::Impl | Impl |
|
◆ Impl
template<typename Self , bool Vectorizable>
◆ Index
template<typename Self , bool Vectorizable>
◆ Scalar
template<typename Self , bool Vectorizable>
◆ Run()
template<typename Self , bool Vectorizable>
66 const Impl& impl =
self.impl();
67 for (
Index i = 0;
i < num_coeff_to_copy; ++
i) {
68 dst_data[dst_index +
i] = impl.coeff(src_index +
i);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Self::Index Index
Definition: TensorImagePatch.h:60
Self::Impl Impl
Definition: TensorImagePatch.h:62
References i.
The documentation for this struct was generated from the following file: