#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <vector>
#include "inverse_dynamics/utils.h"
#include <optimization.h>
#include <cmath>
Go to the source code of this file.
Define Documentation
Function Documentation
void cb_minimize |
( |
const alglib::real_1d_array & |
x, |
|
|
double & |
func, |
|
|
alglib::real_1d_array & |
grad, |
|
|
void * |
ptr |
|
) |
| |
int main |
( |
int |
, |
|
|
char * |
[] |
|
) |
| |
MatrixXd sq_dist |
( |
MatrixXd |
A, |
|
|
MatrixXd |
B |
|
) |
| |