|
Drake
|
#include "drake/util/drakeGradientUtil.h"#include "drake/util/drakeGeometryUtil.h"#include "drake/util/testUtil.h"#include <Eigen/Core>#include <Eigen/Geometry>#include <iostream>#include <stdexcept>#include <vector>#include <array>#include <random>
Functions | |
| template<typename Derived > | |
| void | setLinearIndices (MatrixBase< Derived > &A) |
| void | testTransposeGrad (int ntests) |
| void | testMatGradMult (int ntests, bool check) |
| void | testGetSubMatrixGradient (int ntests) |
| void | testSetSubMatrixGradient (int ntests, bool check) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |

| void setLinearIndices | ( | MatrixBase< Derived > & | A | ) |
| void testGetSubMatrixGradient | ( | int | ntests | ) |

| void testMatGradMult | ( | int | ntests, |
| bool | check | ||
| ) |


| void testSetSubMatrixGradient | ( | int | ntests, |
| bool | check | ||
| ) |

| void testTransposeGrad | ( | int | ntests | ) |

