Specialization for row major storage.
More...
#include <SurgSim/Math/SparseMatrix.h>
|
| typedef SparseType::Scalar | T |
| |
| typedef SparseType::Index | Index |
| |
|
| void | assign (T *ptr, size_t start, size_t n, size_t m, const DerivedSub &subMatrix, size_t rowId) |
| |
| void | assign (T *ptr, const T &value) |
| |
| void | add (T *ptr, size_t start, size_t n, size_t m, const DerivedSub &subMatrix, size_t rowId) |
| |
| void | add (T *ptr, const T &value) |
| |
template<class DerivedSub, class SparseType>
class SurgSim::Math::Operation< DerivedSub, SparseType, Eigen::RowMajor >
Specialization for row major storage.
◆ Index
template<class DerivedSub , class SparseType >
template<class DerivedSub , class SparseType >
◆ add() [1/2]
template<class DerivedSub , class SparseType >
| void SurgSim::Math::Operation< DerivedSub, SparseType, Eigen::RowMajor >::add |
( |
T * |
ptr, |
|
|
size_t |
start, |
|
|
size_t |
n, |
|
|
size_t |
m, |
|
|
const DerivedSub & |
subMatrix, |
|
|
size_t |
rowId |
|
) |
| |
|
inline |
◆ add() [2/2]
template<class DerivedSub , class SparseType >
◆ assign() [1/2]
template<class DerivedSub , class SparseType >
| void SurgSim::Math::Operation< DerivedSub, SparseType, Eigen::RowMajor >::assign |
( |
T * |
ptr, |
|
|
size_t |
start, |
|
|
size_t |
n, |
|
|
size_t |
m, |
|
|
const DerivedSub & |
subMatrix, |
|
|
size_t |
rowId |
|
) |
| |
|
inline |
◆ assign() [2/2]
template<class DerivedSub , class SparseType >
The documentation for this class was generated from the following file: