| cols() const | PyImath::FixedMatrix< T > | inline |
| colStride() const | PyImath::FixedMatrix< T > | inline |
| convert_index(int index) const | PyImath::FixedMatrix< T > | inline |
| element(int i, int j) | PyImath::FixedMatrix< T > | inline |
| element(int i, int j) const | PyImath::FixedMatrix< T > | inline |
| extract_slice_indices(PyObject *index, Py_ssize_t &start, Py_ssize_t &end, Py_ssize_t &step, Py_ssize_t &slicelength) const | PyImath::FixedMatrix< T > | inline |
| FixedMatrix(T *ptr, int rows, int cols, int rowStride=1, int colStride=1) | PyImath::FixedMatrix< T > | inline |
| FixedMatrix(int rows, int cols) | PyImath::FixedMatrix< T > | inline |
| FixedMatrix(const FixedMatrix &other) | PyImath::FixedMatrix< T > | inline |
| getitem(int index) const | PyImath::FixedMatrix< T > | inline |
| getslice(PyObject *index) const | PyImath::FixedMatrix< T > | inline |
| match_dimension(const FixedMatrix< T2 > &a1) const | PyImath::FixedMatrix< T > | inline |
| operator=(const FixedMatrix &other) | PyImath::FixedMatrix< T > | inline |
| operator[](int i) | PyImath::FixedMatrix< T > | inline |
| operator[](int i) const | PyImath::FixedMatrix< T > | inline |
| register_(const char *name, const char *doc) | PyImath::FixedMatrix< T > | inlinestatic |
| rows() const | PyImath::FixedMatrix< T > | inline |
| rowStride() const | PyImath::FixedMatrix< T > | inline |
| setitem_matrix(PyObject *index, const FixedMatrix &data) | PyImath::FixedMatrix< T > | inline |
| setitem_scalar(PyObject *index, const T &data) | PyImath::FixedMatrix< T > | inline |
| setitem_vector(PyObject *index, const FixedArray< T > &data) | PyImath::FixedMatrix< T > | inline |
| unref() | PyImath::FixedMatrix< T > | inline |
| ~FixedMatrix() | PyImath::FixedMatrix< T > | inline |