|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Bidiagonal<N extends Number>
A general matrix [A] (m-by-n) can be factorized by similarity transformations into the form [A]=[Q1][D][Q2]T where
| Method Summary | |
|---|---|
MatrixStore<N> |
getD()
|
MatrixStore<N> |
getQ1()
|
MatrixStore<N> |
getQ2()
|
boolean |
isUpper()
|
| Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition |
|---|
compute, equals, equals, getInverse, getInverse, isComputed, isFullSize, isSolvable, reconstruct, reset, solve, solve |
| Method Detail |
|---|
MatrixStore<N> getD()
MatrixStore<N> getQ1()
MatrixStore<N> getQ2()
boolean isUpper()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||