Rhino C++ API  8.6
ON_Matrix Member List

This is the complete list of members for ON_Matrix, including all inherited members.

Add(const ON_Matrix &A, const ON_Matrix &B)ON_Matrix
Allocate(unsigned int row_count, unsigned int col_count)ON_Matrixstatic
BackSolve(double, int, const double *, double *) constON_Matrix
BackSolve(double, int, const ON_3dPoint *, ON_3dPoint *) constON_Matrix
BackSolve(double, int, int, int, const double *, int, double *) constON_Matrix
ColCount() constON_Matrix
ColOp(int, double, int)ON_Matrix
ColScale(int, double)ON_Matrix
Create(int, int)ON_Matrix
Create(int, int, int, int)ON_Matrix
Create(int row_count, int col_count, double **M, bool bDestructorFreeM)ON_Matrix
Deallocate(double **M)ON_Matrixstatic
Destroy()ON_Matrix
EmergencyDestroy()ON_Matrix
Invert(double)ON_Matrix
IsColOrthoganal() constON_Matrix
IsColOrthoNormal() constON_Matrix
IsRowOrthoganal() constON_Matrix
IsRowOrthoNormal() constON_Matrix
IsSquare() constON_Matrix
IsValid() constON_Matrix
mON_Matrix
MaxCount() constON_Matrix
MinCount() constON_Matrix
Multiply(const ON_Matrix &A, const ON_Matrix &B)ON_Matrix
ON_Matrix()ON_Matrix
ON_Matrix(int row_count, int col_count)ON_Matrix
ON_Matrix(int, int, int, int)ON_Matrix
ON_Matrix(const ON_Xform &)ON_Matrix
ON_Matrix(const ON_Matrix &)ON_Matrix
ON_Matrix(int row_count, int col_count, double **M, bool bDestructorFreeM)ON_Matrix
operator=(const ON_Matrix &)ON_Matrix
operator=(const ON_Xform &)ON_Matrix
operator[](int)ON_Matrix
operator[](int) constON_Matrix
RowCount() constON_Matrix
RowOp(int, double, int)ON_Matrix
RowReduce(double, double &, double &)ON_Matrix
RowReduce(double, double *, double *=nullptr)ON_Matrix
RowReduce(double, ON_3dPoint *, double *=nullptr)ON_Matrix
RowReduce(double, int, int, double *, double *=nullptr)ON_Matrix
RowScale(int, double)ON_Matrix
Scale(double s)ON_Matrix
SetDiagonal(double)ON_Matrix
SetDiagonal(const double *)ON_Matrix
SetDiagonal(int, const double *)ON_Matrix
SetDiagonal(const ON_SimpleArray< double > &)ON_Matrix
SwapCols(int, int)ON_Matrix
SwapRows(int, int)ON_Matrix
Transpose()ON_Matrix
UnsignedColCount() constON_Matrix
UnsignedMaxCount() constON_Matrix
UnsignedMinCount() constON_Matrix
UnsignedRowCount() constON_Matrix
Zero()ON_Matrix
~ON_Matrix()ON_Matrixvirtual