JX Application Framework
Loading...
Searching...
No Matches
JMatrix Member List

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

AddRowToRow(const JIndex sourceIndex, const JFloat scaleFactor, const JIndex destIndex)JMatrixprotected
ColIndexValid(const JIndex colIndex) constJMatrixinline
Determinant() constJMatrix
FindPivotRow(const JIndex rowIndex) constJMatrixprotected
GetColCount() constJMatrixinline
GetColVector(const JIndex colIndex) constJMatrix
GetElement(const JIndex rowIndex, const JIndex colIndex) constJMatrix
GetElementCount() constJMatrixinline
GetRowCount() constJMatrixinline
GetRowVector(const JIndex rowIndex) constJMatrix
IncrementElement(const JIndex rowIndex, const JIndex colIndex, const JFloat delta)JMatrix
Invert(JMatrix *inverse) constJMatrix
JGaussianEliminationJMatrixfriend
JGaussianEliminationJMatrixfriend
JGaussianEliminationJMatrixfriend
JMatrix(const JSize rowCount, const JSize colCount, const JFloat fillValue=0.0)JMatrix
JMatrix(const JVector &)JMatrix
JMatrix(const JMatrix &)JMatrix
operator*=(const JFloat)JMatrix
operator+=(const JMatrix &)JMatrix
operator-() constJMatrix
operator-=(const JMatrix &)JMatrix
operator/=(const JFloat)JMatrix
operator=(const JMatrix &)JMatrix
Print(std::ostream &output) constJMatrix
RowIndexValid(const JIndex rowIndex) constJMatrixinline
ScaleRow(const JIndex rowIndex, const JFloat scaleFactor)JMatrixprotected
SetAllElements(const JFloat value)JMatrix
SetCol(const JIndex colIndex, const JFloat v1,...)JMatrix
SetColVector(const JIndex colIndex, const JVector &colVector)JMatrix
SetElement(const JIndex rowIndex, const JIndex colIndex, const JFloat value)JMatrix
SetElements(const JFloat v1,...)JMatrix
SetRow(const JIndex rowIndex, const JFloat v1,...)JMatrix
SetRowVector(const JIndex rowIndex, const JVector &rowVector)JMatrix
SwapRows(const JIndex index1, const JIndex index2)JMatrixprotected
Transpose() constJMatrix
~JMatrix()JMatrix