|
template<int D> |
std::pair< TooN::Matrix< D >
, TooN::DefaultPrecision > | computeOrientationScale (const std::vector< TooN::Vector< D > > &a, const std::vector< TooN::Vector< D > > &b) |
|
template<class F , int N, class V , class M > |
void | outer_product_upper_half (const TooN::FixedVector< N, V > &v, const double w, TooN::FixedMatrix< N, N, M > &m) |
|
template<class F , int N, class V1 , class V2 , class M > |
void | outer_product_upper_half (const TooN::FixedVector< N, V1 > &v1, const TooN::FixedVector< N, V2 > &v2, const double w, TooN::FixedMatrix< N, N, M > &m) |
|