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
AddInteractionRow(int i, int nb, const Vector< int > &col, const Vector< T > &val, bool sorted=false)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
AllocatorInt typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
AllocatorLong typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Clear()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
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 >
data_ (defined in Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >)Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, 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 >
FillPtrInt(Vector< int > &) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand(long Nelement)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
FillRand(long Nelement, const T &x)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Get(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Get(int i, int j) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetData() constSeldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
GetDataConst() constSeldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
GetDataConstVoid() constSeldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
GetDataSize() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetDataVoid() constSeldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
GetInd() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetIndSize() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetM() constSeldon::VirtualMatrix< T >inline
GetM(const Seldon::SeldonTranspose &status) constSeldon::VirtualMatrix< T >inline
GetM(const CBLAS_TRANSPOSE &status) constSeldon::VirtualMatrix< T >inline
GetMemorySize() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
GetN() constSeldon::VirtualMatrix< T >inline
GetN(const Seldon::SeldonTranspose &status) constSeldon::VirtualMatrix< T >inline
GetN(const CBLAS_TRANSPOSE &status) constSeldon::VirtualMatrix< T >inline
GetNonZeros() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetPtr() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetPtrSize() constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline
GetSize() constSeldon::VirtualMatrix< T >inline
ind_ (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >protected
m_ (defined in Seldon::VirtualMatrix< T >)Seldon::VirtualMatrix< T >protected
Matrix_Base()Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
Matrix_Base(int i, int j)Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inlineexplicit
Matrix_Base(const Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator > &A)Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, 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 >inlineexplicit
Matrix_Sparse(int i, int j, long nz)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >inlineexplicit
Matrix_Sparse(int i, int j, Vector< T, Storage0, Allocator0 > &values, Vector< long, Storage1, Allocator1 > &ptr, Vector< int, Storage2, Allocator2 > &ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Matrix_Sparse(const Matrix_Sparse< T, Prop, Storage, Allocator > &A)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
n_ (defined in Seldon::VirtualMatrix< T >)Seldon::VirtualMatrix< T >protected
Nullify()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
nz_ (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >protected
operator()(int i, int j) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
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() constSeldon::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, bool cplx=false)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
ReadText(istream &FileStream, bool cplx=false)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Reallocate(int i, int j)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Reallocate(int i, int j, long 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, long 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< long, Storage1, Allocator1 > &ptr, Vector< int, Storage2, Allocator2 > &ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
SetData(int i, int j, long nz, pointer values, long *ptr, int *ind) (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
SetData(int i, int j, long nz, typename Matrix_Sparse< T, Prop, Storage, Allocator > ::pointer values, long *ptr, int *ind)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
SetEntry(int i, int j, const T &x)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 >
Val(int i, int j) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
value_type typedef (defined in Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >)Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
VirtualMatrix()Seldon::VirtualMatrix< T >inline
VirtualMatrix(int i, int j)Seldon::VirtualMatrix< T >inlineexplicit
Write(string FileName) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Write(ostream &FileStream) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
WriteText(string FileName, bool cplx=false) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
WriteText(ostream &FileStream, bool cplx=false) constSeldon::Matrix_Sparse< T, Prop, Storage, Allocator >
Zero()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >
~Matrix_Base()Seldon::Matrix_Base< T, typename SeldonDefaultAllocator< Storage, T >::allocator >inline
~Matrix_Sparse()Seldon::Matrix_Sparse< T, Prop, Storage, Allocator >inline