#include <uncompress.h>
|
template<typename ArgType > |
static ArgType | selector (ArgType i, ArgType j) |
|
template<class Derived1 , class Derived2 > |
static void | uncompressByCol (const MatrixBase< Derived1 > &in, MatrixBase< Derived2 > &out, const std::vector< int > &mapping, double scale) |
|
template<class Derived1 , class Derived2 > |
static void | uncompressByRow (const MatrixBase< Derived1 > &in, MatrixBase< Derived2 > &out, const std::vector< int > &mapping, double scale) |
|
template<class Derived1 , class Derived2 > |
static void | uncompress2d (const MatrixBase< Derived1 > &in, MatrixBase< Derived2 > &out, const std::vector< int > &mappingRow, const std::vector< int > &mappingCol, double scale) |
|
template<template< class T, class U > class Functor, bool ApplyMappingToOut = true>
struct ocra::utils::uncompress< Functor, ApplyMappingToOut >
Definition at line 105 of file uncompress.h.
template<template< class T, class U > class Functor, bool ApplyMappingToOut = true>
template<typename ArgType >
template<template< class T, class U > class Functor, bool ApplyMappingToOut = true>
template<class Derived1 , class Derived2 >
static void ocra::utils::uncompress< Functor, ApplyMappingToOut >::uncompress2d |
( |
const MatrixBase< Derived1 > & |
in, |
|
|
MatrixBase< Derived2 > & |
out, |
|
|
const std::vector< int > & |
mappingRow, |
|
|
const std::vector< int > & |
mappingCol, |
|
|
double |
scale |
|
) |
| |
|
inlinestatic |
template<template< class T, class U > class Functor, bool ApplyMappingToOut = true>
template<class Derived1 , class Derived2 >
static void ocra::utils::uncompress< Functor, ApplyMappingToOut >::uncompressByCol |
( |
const MatrixBase< Derived1 > & |
in, |
|
|
MatrixBase< Derived2 > & |
out, |
|
|
const std::vector< int > & |
mapping, |
|
|
double |
scale |
|
) |
| |
|
inlinestatic |
template<template< class T, class U > class Functor, bool ApplyMappingToOut = true>
template<class Derived1 , class Derived2 >
static void ocra::utils::uncompress< Functor, ApplyMappingToOut >::uncompressByRow |
( |
const MatrixBase< Derived1 > & |
in, |
|
|
MatrixBase< Derived2 > & |
out, |
|
|
const std::vector< int > & |
mapping, |
|
|
double |
scale |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: