KrisLibrary  1.0.0
Math::SparseMatrixTemplate_RM< T > Member List

This is the complete list of members for Math::SparseMatrixTemplate_RM< T >, including all inherited members.

clear() (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
ConstRowIterator typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copy(const MyT &m) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copy(const SparseMatrixTemplate_RM< T2 > &m) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copyCol(int j, const VectorT &x, T zeroTol=0) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copyCol(int j, const SparseVectorT &x) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copyRow(int i, const VectorT &x, T zeroTol=0) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copyRow(int i, const SparseVectorT &x) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copySubMatrix(int i, int j, const MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
copySubMatrix(int i, int j, const MatrixT &, T zeroTol=0) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
dotCol(int j, const VectorT &) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
dotRow(int i, const VectorT &) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
eraseEntry(int i, int j) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
eraseZeros(T zeroTol=0) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
get(MatrixT &m) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
getCopy(MyT &m) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
getEntry(int i, int j)Math::SparseMatrixTemplate_RM< T >
getEntry(int i, int j) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
getTranspose(MyT &m) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
initialize(int m, int n) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
inplaceDiv(T c) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
inplaceMul(T c) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
inplaceMulCol(int i, T c) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
inplaceMulRow(int i, T c) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
inplaceNegative() (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
insertEntry(int i, int j, const T &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
isEmpty() const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
isSquare() const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
isValid() const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
isValidCol(int j) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
isValidIndex(int i, int j) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
isValidRow(int i) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >inline
m (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
madd(const VectorT &y, VectorT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
maddTranspose(const VectorT &y, VectorT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
MatrixT typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
mul(const MyT &, T s) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
mul(const VectorT &y, VectorT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
mul(const MatrixT &y, MatrixT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
mulTranspose(const VectorT &y, VectorT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
mulTranspose(const MatrixT &y, MatrixT &x) const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
MyT typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
n (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
numNonZeros() const (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
operator()(int i, int j) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
resize(int m, int n) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
RowIterator typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
rows (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
RowT typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
set(const MatrixT &m, T zeroTol=0) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setAdjoint(const MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setAdjoint(const MyT &A) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setIdentity() (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setNegative(const MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setTranspose(const MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
setZero() (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
SparseMatrixTemplate_RM() (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
SparseMatrixTemplate_RM(int m, int n) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
SparseMatrixTemplate_RM(const MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
SparseVectorT typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
swap(MyT &) (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >
VectorT typedef (defined in Math::SparseMatrixTemplate_RM< T >)Math::SparseMatrixTemplate_RM< T >