|
JX Application Framework
|
This is the complete list of members for JMatrix, including all inherited members.
| AddRowToRow(const JIndex sourceIndex, const JFloat scaleFactor, const JIndex destIndex) | JMatrix | protected |
| ColIndexValid(const JIndex colIndex) const | JMatrix | inline |
| Determinant() const | JMatrix | |
| FindPivotRow(const JIndex rowIndex) const | JMatrix | protected |
| GetColCount() const | JMatrix | inline |
| GetColVector(const JIndex colIndex) const | JMatrix | |
| GetElement(const JIndex rowIndex, const JIndex colIndex) const | JMatrix | |
| GetElementCount() const | JMatrix | inline |
| GetRowCount() const | JMatrix | inline |
| GetRowVector(const JIndex rowIndex) const | JMatrix | |
| IncrementElement(const JIndex rowIndex, const JIndex colIndex, const JFloat delta) | JMatrix | |
| Invert(JMatrix *inverse) const | JMatrix | |
| JGaussianElimination | JMatrix | friend |
| JGaussianElimination | JMatrix | friend |
| JGaussianElimination | JMatrix | friend |
| 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-() const | JMatrix | |
| operator-=(const JMatrix &) | JMatrix | |
| operator/=(const JFloat) | JMatrix | |
| operator=(const JMatrix &) | JMatrix | |
| Print(std::ostream &output) const | JMatrix | |
| RowIndexValid(const JIndex rowIndex) const | JMatrix | inline |
| ScaleRow(const JIndex rowIndex, const JFloat scaleFactor) | JMatrix | protected |
| 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) | JMatrix | protected |
| Transpose() const | JMatrix | |
| ~JMatrix() | JMatrix |