#include <SparseTranspose.h>
Classes | |
class | InnerIterator |
class | ReverseInnerIterator |
Public Member Functions | |
const Scalar | coeff (int index) const |
const Scalar | coeff (int row, int col) const |
Scalar & | coeffRef (int index) |
Scalar & | coeffRef (int row, int col) |
int | cols () const |
int | nonZeros () const |
int | rows () const |
SparseTranspose (const MatrixType &matrix) | |
Protected Attributes | |
const MatrixType::Nested | m_matrix |
Private Member Functions | |
SparseTranspose & | operator= (const SparseTranspose &) |
Definition at line 32 of file SparseTranspose.h.
SparseTranspose< MatrixType >::SparseTranspose | ( | const MatrixType & | matrix | ) | [inline] |
Definition at line 42 of file SparseTranspose.h.
const Scalar SparseTranspose< MatrixType >::coeff | ( | int | index | ) | const [inline] |
Definition at line 57 of file SparseTranspose.h.
const Scalar SparseTranspose< MatrixType >::coeff | ( | int | row, | |
int | col | |||
) | const [inline] |
Definition at line 54 of file SparseTranspose.h.
Scalar& SparseTranspose< MatrixType >::coeffRef | ( | int | index | ) | [inline] |
Definition at line 60 of file SparseTranspose.h.
Scalar& SparseTranspose< MatrixType >::coeffRef | ( | int | row, | |
int | col | |||
) | [inline] |
Definition at line 51 of file SparseTranspose.h.
int SparseTranspose< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseTranspose< MatrixType > >.
Definition at line 47 of file SparseTranspose.h.
int SparseTranspose< MatrixType >::nonZeros | ( | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseTranspose< MatrixType > >.
Definition at line 48 of file SparseTranspose.h.
SparseTranspose& SparseTranspose< MatrixType >::operator= | ( | const SparseTranspose< MatrixType > & | ) | [private] |
Reimplemented from SparseMatrixBase< SparseTranspose< MatrixType > >.
int SparseTranspose< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from SparseMatrixBase< SparseTranspose< MatrixType > >.
Definition at line 46 of file SparseTranspose.h.
const MatrixType::Nested SparseTranspose< MatrixType >::m_matrix [protected] |
Definition at line 64 of file SparseTranspose.h.