mumosa
Multi-modal analyses of single-cell data
Loading...
Searching...
No Matches
mumosa
utils.hpp
1
#ifndef MUMOSA_UTILS_HPP
2
#define MUMOSA_UTILS_HPP
3
4
#include <type_traits>
5
6
namespace
mumosa
{
7
11
template
<
typename
Input_>
12
using
I =
typename
std::remove_cv<typename std::remove_reference<Input_>::type>::type;
17
}
18
19
#endif
mumosa
Scale multi-modal embeddings to adjust for differences in variance.
Definition
blocked.hpp:20
Generated by
1.12.0