SAGA API  v9.5
CSG_Matrix Member List

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) constCSG_Matrix
Get_Data(void) constCSG_Matrixinline
Get_Determinant(void) constCSG_Matrix
Get_Inverse(bool bSilent=true, int nSubSquare=0) constCSG_Matrix
Get_NCols(void) constCSG_Matrixinline
Get_NRows(void) constCSG_Matrixinline
Get_NX(void) constCSG_Matrixinline
Get_NY(void) constCSG_Matrixinline
Get_Row(sLong Row) constCSG_Matrix
Get_Transpose(void) constCSG_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) constCSG_Matrix
is_Square(void) constCSG_Matrixinline
Multiply(double Scalar)CSG_Matrix
Multiply(const CSG_Vector &Vector) constCSG_Matrix
Multiply(const CSG_Matrix &Matrix) constCSG_Matrix
operator const double **(void) constCSG_Matrixinline
operator()(sLong Row, sLong Col) constCSG_Matrixinline
operator*(double Scalar) constCSG_Matrix
operator*(const CSG_Vector &Vector) constCSG_Matrix
operator*(const CSG_Matrix &Matrix) constCSG_Matrix
operator*=(double Scalar)CSG_Matrix
operator*=(const CSG_Matrix &Matrix)CSG_Matrix
operator+(double Scalar) constCSG_Matrix
operator+(const CSG_Matrix &Matrix) constCSG_Matrix
operator+=(double Scalar)CSG_Matrix
operator+=(const CSG_Matrix &Matrix)CSG_Matrix
operator-(double Scalar) constCSG_Matrix
operator-(const CSG_Matrix &Matrix) constCSG_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) constCSG_Matrix
operator[](sLong Row) constCSG_Matrixinline
operator[](size_t Row) constCSG_Matrixinline
operator[](int Row) constCSG_Matrixinline
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) constCSG_Matrix
~CSG_Matrix(void)CSG_Matrixvirtual