Bullet Collision Detection & Physics Library
|
This is the complete list of members for btMatrixX< T >, including all inherited members.
addElem(int row, int col, T val) | btMatrixX< T > | inline |
btMatrixX() | btMatrixX< T > | inline |
btMatrixX(int rows, int cols) | btMatrixX< T > | inline |
cols() const | btMatrixX< T > | inline |
copyLowerToUpperTriangle() | btMatrixX< T > | inline |
getBufferPointer() const | btMatrixX< T > | inline |
getBufferPointerWritable() | btMatrixX< T > | inline |
m_cols | btMatrixX< T > | |
m_operations | btMatrixX< T > | |
m_resizeOperations | btMatrixX< T > | |
m_rowNonZeroElements1 | btMatrixX< T > | mutable |
m_rows | btMatrixX< T > | |
m_setElemOperations | btMatrixX< T > | |
m_storage | btMatrixX< T > | |
mulElem(int row, int col, T val) | btMatrixX< T > | inline |
multiply2_p8r(const btScalar *B, const btScalar *C, int numRows, int numRowsOther, int row, int col) | btMatrixX< T > | inline |
multiplyAdd2_p8r(const btScalar *B, const btScalar *C, int numRows, int numRowsOther, int row, int col) | btMatrixX< T > | inline |
negative() | btMatrixX< T > | inline |
operator()(int row, int col) const | btMatrixX< T > | inline |
operator*(const btMatrixX &other) | btMatrixX< T > | inline |
printMatrix(const char *msg) const | btMatrixX< T > | inline |
resize(int rows, int cols) | btMatrixX< T > | inline |
rowComputeNonZeroElements() const | btMatrixX< T > | inline |
rows() const | btMatrixX< T > | inline |
setElem(int row, int col, T val) | btMatrixX< T > | inline |
setIdentity() | btMatrixX< T > | inline |
setSubMatrix(int rowstart, int colstart, int rowend, int colend, const T value) | btMatrixX< T > | inline |
setSubMatrix(int rowstart, int colstart, int rowend, int colend, const btMatrixX &block) | btMatrixX< T > | inline |
setSubMatrix(int rowstart, int colstart, int rowend, int colend, const btVectorX< T > &block) | btMatrixX< T > | inline |
setZero() | btMatrixX< T > | inline |
transpose() const | btMatrixX< T > | inline |