#include <robot/control/kinematics/IKORFullSpaceSolver>
Include dependency graph for IKORFullSpaceSolver.cpp:
Go to the source code of this file.
Defines | |
#define | dump_A() |
#define | dump_Acol(c) |
#define | dump_btemp() |
Variables | |
const Real | small = 5.0e-05 |
|
Value: { \ printf("A=\n"); \ for(Int r=0; r<Nred; r++) { \ for(Int c=0; c<Mred; c++) { \ printf("%9.6f ",A(slRow[r], slCol[c])); \ } \ printf("\n"); \ } \ printf("\n"); \ } Definition at line 53 of file IKORFullSpaceSolver.cpp. |
|
Value: { \ printf("A[:,%d(%d)]=",(c),slCol[c]); \ for(Int r=0; r<Nred; r++) { \ printf("%9.6f ",A(slRow[r], slCol[c])); \ } \ printf("\n"); \ } Definition at line 64 of file IKORFullSpaceSolver.cpp. |
|
Value: { \ printf("btemp=["); \ for(Int r=0; r<Nred; r++) { \ printf("%9.6f",btemp[slRow[r]]); \ if (r!=Nred-1) printf(","); \ } \ printf("]\n"); \ } Definition at line 72 of file IKORFullSpaceSolver.cpp. |
|
Definition at line 42 of file IKORFullSpaceSolver.cpp. |