SAGA API
v9.6
|
This is the complete list of members for CSG_Matrix, including all inherited members.
Add(double Scalar) | CSG_Matrix | |
Add(const CSG_Matrix &Matrix) | CSG_Matrix | |
Add_Col(const double *Data=NULL) | CSG_Matrix | |
Add_Col(const CSG_Vector &Data) | CSG_Matrix | |
Add_Cols(sLong nCols) | CSG_Matrix | |
Add_Row(const double *Data=NULL) | CSG_Matrix | |
Add_Row(const CSG_Vector &Data) | CSG_Matrix | |
Add_Rows(sLong nRows) | CSG_Matrix | |
Assign(double Scalar) | CSG_Matrix | |
Assign(const CSG_Matrix &Matrix) | CSG_Matrix | |
Create(const CSG_Matrix &Matrix) | CSG_Matrix | |
Create(sLong nCols, sLong nRows, const double *Data=NULL) | CSG_Matrix | |
Create(sLong nCols, sLong nRows, const double **Data) | CSG_Matrix | |
CSG_Matrix(void) | CSG_Matrix | |
CSG_Matrix(const CSG_Matrix &Matrix) | CSG_Matrix | |
CSG_Matrix(sLong nCols, sLong nRows, const double *Data=NULL) | CSG_Matrix | |
CSG_Matrix(sLong nCols, sLong nRows, const double **Data) | CSG_Matrix | |
Del_Col(sLong Col) | CSG_Matrix | |
Del_Cols(sLong nCols) | CSG_Matrix | |
Del_Row(sLong Row) | CSG_Matrix | |
Del_Rows(sLong nRows) | CSG_Matrix | |
Destroy(void) | CSG_Matrix | |
from_String(const CSG_String &String) | CSG_Matrix | |
Get_Col(sLong Col) const | CSG_Matrix | |
Get_Data(void) const | CSG_Matrix | inline |
Get_Determinant(void) const | CSG_Matrix | |
Get_Inverse(bool bSilent=true, int nSubSquare=0) const | CSG_Matrix | |
Get_NCols(void) const | CSG_Matrix | inline |
Get_NRows(void) const | CSG_Matrix | inline |
Get_NX(void) const | CSG_Matrix | inline |
Get_NY(void) const | CSG_Matrix | inline |
Get_Row(sLong Row) const | CSG_Matrix | |
Get_Transpose(void) const | CSG_Matrix | |
Ins_Col(sLong Col, const double *Data=NULL) | CSG_Matrix | |
Ins_Col(sLong Col, const CSG_Vector &Data) | CSG_Matrix | |
Ins_Row(sLong Row, const double *Data=NULL) | CSG_Matrix | |
Ins_Row(sLong Row, const CSG_Vector &Data) | CSG_Matrix | |
is_Equal(const CSG_Matrix &Matrix) const | CSG_Matrix | |
is_Square(void) const | CSG_Matrix | inline |
Multiply(double Scalar) | CSG_Matrix | |
Multiply(const CSG_Vector &Vector) const | CSG_Matrix | |
Multiply(const CSG_Matrix &Matrix) const | CSG_Matrix | |
operator const double **(void) const | CSG_Matrix | inline |
operator()(sLong Row, sLong Col) const | CSG_Matrix | inline |
operator*(double Scalar) const | CSG_Matrix | |
operator*(const CSG_Vector &Vector) const | CSG_Matrix | |
operator*(const CSG_Matrix &Matrix) const | CSG_Matrix | |
operator*=(double Scalar) | CSG_Matrix | |
operator*=(const CSG_Matrix &Matrix) | CSG_Matrix | |
operator+(double Scalar) const | CSG_Matrix | |
operator+(const CSG_Matrix &Matrix) const | CSG_Matrix | |
operator+=(double Scalar) | CSG_Matrix | |
operator+=(const CSG_Matrix &Matrix) | CSG_Matrix | |
operator-(double Scalar) const | CSG_Matrix | |
operator-(const CSG_Matrix &Matrix) const | CSG_Matrix | |
operator-=(double Scalar) | CSG_Matrix | |
operator-=(const CSG_Matrix &Matrix) | CSG_Matrix | |
operator=(double Scalar) | CSG_Matrix | |
operator=(const CSG_Matrix &Matrix) | CSG_Matrix | |
operator==(const CSG_Matrix &Matrix) const | CSG_Matrix | |
operator[](sLong Row) const | CSG_Matrix | inline |
operator[](size_t Row) const | CSG_Matrix | inline |
operator[](int Row) const | CSG_Matrix | inline |
Set_Col(sLong Col, const double *Data) | CSG_Matrix | |
Set_Col(sLong Col, const CSG_Vector &Data) | CSG_Matrix | |
Set_Col(const CSG_Vector &Data) | CSG_Matrix | |
Set_Cols(sLong nCols) | CSG_Matrix | |
Set_Identity(void) | CSG_Matrix | |
Set_Inverse(bool bSilent=true, int nSubSquare=0) | CSG_Matrix | |
Set_Row(sLong Row, const double *Data) | CSG_Matrix | |
Set_Row(sLong Row, const CSG_Vector &Data) | CSG_Matrix | |
Set_Row(const CSG_Vector &Data) | CSG_Matrix | |
Set_Rows(sLong nRows) | CSG_Matrix | |
Set_Size(sLong nRows, sLong nCols) | CSG_Matrix | |
Set_Transpose(void) | CSG_Matrix | |
Set_Zero(void) | CSG_Matrix | |
Subtract(const CSG_Matrix &Matrix) | CSG_Matrix | |
to_String(int Width=-1, int Precision=-1, bool bScientific=false, const SG_Char *Separator=NULL) const | CSG_Matrix | |
~CSG_Matrix(void) | CSG_Matrix | virtual |