|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixMathImpl<T>
com.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixStorageImpl<T>
com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.triangle.TriangularMatrix<T>
public abstract class TriangularMatrix<T extends TriangularMatrix>
A triangular matrix is a square matrix where all entries below (or above) the main diagonal are zero.
This class is the basis for implementing LowerTriangularMatrix and UpperTriangularMatrix.
| Method Summary | |
|---|---|
int |
dim()
Get the matrix dimension. |
protected com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.triangle.TriangularData |
getMatrixData()
|
| Methods inherited from class com.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixStorageImpl |
|---|
equals, get, hashCode, set, setMatrixData |
| Methods inherited from class com.numericalmethod.suanshu.matrix.doubles.matrixtype.MatrixMathImpl |
|---|
add, call, getColumn, getRow, getSample, minus, multiply, multiply, nCols, nRows, opposite, scaled, setColumn, setColumn, setRow, setRow, t, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.numericalmethod.suanshu.matrix.doubles.Matrix |
|---|
deepCopy |
| Methods inherited from interface com.numericalmethod.suanshu.matrix.doubles.MatrixRing |
|---|
ONE, ZERO |
| Method Detail |
|---|
public int dim()
protected com.numericalmethod.suanshu.matrix.doubles.matrixtype.dense.triangle.TriangularData getMatrixData()
getMatrixData in class MatrixStorageImpl<T extends TriangularMatrix>
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||