Functions
contrib/rpl/rrel/rrel_affine_est.cxx File Reference
#include "rrel_affine_est.h"
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_vector.h>
#include <vnl/algo/vnl_svd.h>
#include <vgl/vgl_point_2d.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vcl_algorithm.h>

Go to the source code of this file.

Functions

void set_row_wise (vnl_matrix< double > &des, unsigned r, unsigned c, const vnl_vector< double > &s)
void copy_to_nth_pos (vnl_vector< double > &des, unsigned c, const vnl_vector< double > s)

Function Documentation

void copy_to_nth_pos ( vnl_vector< double > &  des,
unsigned  c,
const vnl_vector< double >  s 
) [inline]

Definition at line 74 of file rrel_affine_est.cxx.

void set_row_wise ( vnl_matrix< double > &  des,
unsigned  r,
unsigned  c,
const vnl_vector< double > &  s 
) [inline]

Definition at line 66 of file rrel_affine_est.cxx.