|
OSVR-Core
|
Public Types | |
| enum | { InputsAtCompileTime = Dynamic, ValuesAtCompileTime = Dynamic } |
| typedef _Scalar | Scalar |
| typedef _Index | Index |
| typedef Matrix< Scalar, Dynamic, 1 > | InputType |
| typedef Matrix< Scalar, Dynamic, 1 > | ValueType |
| typedef SparseMatrix< Scalar, ColMajor, Index > | JacobianType |
| typedef SparseQR< JacobianType, COLAMDOrdering< int > > | QRSolver |
Public Member Functions | |
| SparseFunctor (int inputs, int values) | |
| int | inputs () const |
| int | values () const |
Public Attributes | |
| const int | m_inputs |
| const int | m_values |
1.8.12