Warning: this documentation for the development version is under construction.

Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > Member List

This is the complete list of members for Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >, including all inherited members.
access_type typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
AddInteraction(int i, int j, const T &val)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
allocator_ (defined in Seldon::Matrix_Base< T, Allocator >)Seldon::Matrix_Base< T, Allocator > [protected, static]
Clear()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
const_access_type typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
const_pointer typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
const_reference typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Copy(const Matrix_Sparse< T, Prop, Storage, Allocator > &A)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
data_ (defined in Seldon::Matrix_Base< T, Allocator >)Seldon::Matrix_Base< T, Allocator > [protected]
entry_type typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Fill()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Fill(const T0 &x)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand(int Nelement)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand(int Nelement, const T &x)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Get(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Get(int i, int j) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
GetAllocator()Seldon::Matrix_Base< T, Allocator >
GetData() const Seldon::Matrix_Base< T, Allocator >
GetDataConst() const Seldon::Matrix_Base< T, Allocator >
GetDataConstVoid() const Seldon::Matrix_Base< T, Allocator >
GetDataSize() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetDataVoid() const Seldon::Matrix_Base< T, Allocator >
GetInd() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetIndSize() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetM() const Seldon::Matrix_Base< T, Allocator >
GetM(const Seldon::SeldonTranspose &status) const Seldon::Matrix_Base< T, Allocator >
GetN() const Seldon::Matrix_Base< T, Allocator >
GetN(const Seldon::SeldonTranspose &status) const Seldon::Matrix_Base< T, Allocator >
GetNonZeros() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetPtr() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetPtrSize() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetSize() const Seldon::Matrix_Base< T, Allocator >
ind_ (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [protected]
m_ (defined in Seldon::Matrix_Base< T, Allocator >)Seldon::Matrix_Base< T, Allocator > [protected]
Matrix_Base()Seldon::Matrix_Base< T, Allocator > [inline]
Matrix_Base(int i, int j)Seldon::Matrix_Base< T, Allocator > [inline, explicit]
Matrix_Base(const Matrix_Base< T, Allocator > &A)Seldon::Matrix_Base< T, Allocator > [inline]
Matrix_Sparse()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Matrix_Sparse(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Matrix_Sparse(int i, int j, int nz)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Matrix_Sparse(int i, int j, Vector< T, Storage0, Allocator0 > &values, Vector< int, Storage1, Allocator1 > &ptr, Vector< int, Storage2, Allocator2 > &ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Matrix_Sparse(const Matrix_Sparse< T, Prop, Storage, Allocator > &A)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
n_ (defined in Seldon::Matrix_Base< T, Allocator >)Seldon::Matrix_Base< T, Allocator > [protected]
Nullify()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
nz_ (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [protected]
operator()(int i, int j) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
operator=(const Matrix_Sparse< T, Prop, Storage, Allocator > &A)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
pointer typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Print() const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
ptr_ (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [protected]
Read(string FileName)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Read(istream &FileStream)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
ReadText(string FileName)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
ReadText(istream &FileStream)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Reallocate(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Reallocate(int i, int j, int nz)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
reference typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Resize(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Resize(int i, int j, int nz)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Set(int i, int j, const T &x)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
SetData(int i, int j, Vector< T, Storage0, Allocator0 > &values, Vector< int, Storage1, Allocator1 > &ptr, Vector< int, Storage2, Allocator2 > &ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
SetData(int i, int j, int nz, pointer values, int *ptr, int *ind) (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
SetData(int i, int j, int nz, typename Matrix_Sparse< T, Prop, Storage, Allocator >::pointer values, int *ptr, int *ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
SetIdentity()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Val(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
Val(int i, int j) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]
value_type typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Write(string FileName) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Write(ostream &FileStream) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
WriteText(string FileName) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
WriteText(ostream &FileStream) const Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Zero()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
~Matrix_Base()Seldon::Matrix_Base< T, Allocator > [inline]
~Matrix_Sparse()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator > [inline]