|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.algebraic.AbstractHypermatrix
org.jscience.mathematics.algebraic.AbstractMatrix
org.jscience.mathematics.algebraic.AbstractSquareMatrix
org.jscience.mathematics.algebraic.AbstractBandedMatrix
org.jscience.mathematics.algebraic.AbstractTriangularMatrix
public abstract class AbstractTriangularMatrix
This class defines an interface for matrices whose components are all zeros in the upper right or down left triangle.
| Constructor Summary | |
|---|---|
AbstractTriangularMatrix(int rows,
int k1,
int k2)
Creates a new AbstractTriangularMatrix object. |
|
| Method Summary |
|---|
| Methods inherited from class org.jscience.mathematics.algebraic.AbstractBandedMatrix |
|---|
getK1, getK2 |
| Methods inherited from class org.jscience.mathematics.algebraic.AbstractSquareMatrix |
|---|
isSymmetric |
| Methods inherited from class org.jscience.mathematics.algebraic.AbstractMatrix |
|---|
getElement, getInvalidElementMsg, numColumns, numRows, print, print, print, print, toArray, toArray |
| Methods inherited from class org.jscience.mathematics.algebraic.AbstractHypermatrix |
|---|
getDimensions, numDimensions, numElements, numElements, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.mathematics.algebraic.BandedMatrix |
|---|
getK1, getK2 |
| Methods inherited from interface org.jscience.mathematics.algebraic.SquareMatrix |
|---|
isSymmetric |
| Methods inherited from interface org.jscience.mathematics.algebraic.Matrix |
|---|
getColumn, getElement, getRow, numColumns, numRows, toArray, transpose |
| Methods inherited from interface org.jscience.mathematics.algebraic.Hypermatrix |
|---|
getDimensions, getElement, numDimensions, numElements, numElements, toArray, toArray |
| Methods inherited from interface org.jscience.mathematics.algebraic.modules.VectorSpace.Member |
|---|
scalarDivide |
| Methods inherited from interface org.jscience.mathematics.algebraic.modules.Module.Member |
|---|
scalarMultiply |
| Methods inherited from interface org.jscience.mathematics.algebraic.groups.AbelianGroup.Member |
|---|
add, negate, subtract |
| Methods inherited from interface org.jscience.mathematics.algebraic.fields.Ring.Member |
|---|
multiply |
| Constructor Detail |
|---|
public AbstractTriangularMatrix(int rows,
int k1,
int k2)
rows - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||