, including all inherited members.
access_type typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
AddInteraction(int i, int j, const complex< T > &x) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
allocator_ (defined in Seldon::Matrix_Base< T, Allocator >) | Seldon::Matrix_Base< T, Allocator > | [protected, static] |
Clear() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
const_access_type typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
const_pointer typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
const_reference typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Copy(const Matrix_ComplexSparse< T, Prop, Storage, Allocator > &A) | Seldon::Matrix_ComplexSparse< 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_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Fill() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Fill(const complex< T > &x) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
FillRand() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
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_ComplexSparse< T, Prop, Storage, Allocator > | |
GetDataVoid() const | Seldon::Matrix_Base< T, Allocator > | |
GetImag(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
GetImag(int i, int j) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
GetImagData() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetImagDataSize() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetImagInd() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetImagIndSize() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetImagPtr() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetImagPtrSize() const | Seldon::Matrix_ComplexSparse< 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 (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetReal(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
GetReal(int i, int j) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
GetRealData() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetRealDataSize() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetRealInd() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetRealIndSize() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetRealPtr() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetRealPtrSize() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
GetSize() const | Seldon::Matrix_Base< T, Allocator > | |
imag_data_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
imag_ind_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
imag_nz_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
imag_ptr_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< 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_ComplexSparse() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
Matrix_ComplexSparse(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
Matrix_ComplexSparse(int i, int j, int real_nz, int imag_nz) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
Matrix_ComplexSparse(int i, int j, Vector< T, Storage0, Allocator0 > &real_values, Vector< int, Storage1, Allocator1 > &real_ptr, Vector< int, Storage2, Allocator2 > &real_ind, Vector< T, Storage0, Allocator0 > &imag_values, Vector< int, Storage1, Allocator1 > &imag_ptr, Vector< int, Storage2, Allocator2 > &imag_ind) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
Matrix_ComplexSparse(const Matrix_ComplexSparse< T, Prop, Storage, Allocator > &A) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
n_ (defined in Seldon::Matrix_Base< T, Allocator >) | Seldon::Matrix_Base< T, Allocator > | [protected] |
Nullify() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
operator()(int i, int j) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
operator=(const Matrix_ComplexSparse< T, Prop, Storage, Allocator > &A) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
pointer typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Print() const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Read(string FileName) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Read(istream &FileStream) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
ReadText(string FileName) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
ReadText(istream &FileStream) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
real_data_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
real_ind_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
real_nz_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
real_ptr_ (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [protected] |
Reallocate(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
Reallocate(int i, int j, int real_nz, int imag_nz) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
reference typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Resize(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Resize(int i, int j, int real_nz, int imag_nz) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Set(int i, int j, const complex< T > &x) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
SetData(int i, int j, Vector< T, Storage0, Allocator0 > &real_values, Vector< int, Storage1, Allocator1 > &real_ptr, Vector< int, Storage2, Allocator2 > &real_ind, Vector< T, Storage0, Allocator0 > &imag_values, Vector< int, Storage1, Allocator1 > &imag_ptr, Vector< int, Storage2, Allocator2 > &imag_ind) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
SetData(int i, int j, int real_nz, pointer real_values, int *real_ptr, int *real_ind, int imag_nz, pointer imag_values, int *imag_ptr, int *imag_ind) (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
SetData(int i, int j, int real_nz, typename Matrix_ComplexSparse< T, Prop, Storage, Allocator >::pointer real_values, int *real_ptr, int *real_ind, int imag_nz, typename Matrix_ComplexSparse< T, Prop, Storage, Allocator >::pointer imag_values, int *imag_ptr, int *imag_ind) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
SetIdentity() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
ValImag(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
ValImag(int i, int j) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
ValReal(int i, int j) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
ValReal(int i, int j) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |
value_type typedef (defined in Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator >) | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Write(string FileName) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Write(ostream &FileStream) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
WriteText(string FileName) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
WriteText(ostream &FileStream) const | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
Zero() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | |
~Matrix_Base() | Seldon::Matrix_Base< T, Allocator > | [inline] |
~Matrix_ComplexSparse() | Seldon::Matrix_ComplexSparse< T, Prop, Storage, Allocator > | [inline] |