| Class and Description |
|---|
| CholeskyDecomposition
Cholesky decomposition for
DenseMatrix64F. |
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| QRDecomposition
QR decompositions decompose a rectangular matrix 'A' such that 'A=QR'.
|
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| CholeskyDecomposition
Cholesky decomposition for
DenseMatrix64F. |
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| EigenDecomposition
This is a generic interface for computing the eigenvalues and eigenvectors of a matrix.
|
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| LUDecomposition
LU Decomposition refactors the original matrix such that:
PT*L*U = A
where P is a pivot matrix, L is a lower triangular matrix, U is an upper triangular matrix and A is
the original matrix. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| QRDecomposition
QR decompositions decompose a rectangular matrix 'A' such that 'A=QR'.
|
| QRPDecomposition
Similar to
QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition. |
| Class and Description |
|---|
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| SingularValueDecomposition
This is an abstract class for computing the singular value decomposition (SVD) of a matrix, which is defined
as:
A = U * W * V T where A is m by n, and U and V are orthogonal matrices, and W is a diagonal matrix. |
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| QRDecomposition
QR decompositions decompose a rectangular matrix 'A' such that 'A=QR'.
|
| QRPDecomposition
Similar to
QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition. |
| Class and Description |
|---|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| Class and Description |
|---|
| ReducedRowEchelonForm
An augmented system matrix is said to be in reduced row echelon form (RREF) if the following are true:
|
| Class and Description |
|---|
| CholeskyDecomposition
Cholesky decomposition for
DenseMatrix64F. |
| DecompositionInterface
An interface for performing matrix decompositions on a
DenseMatrix64F. |
| EigenDecomposition
This is a generic interface for computing the eigenvalues and eigenvectors of a matrix.
|
| LinearSolver
An implementation of LinearSolver solves a linear system or inverts a matrix.
|
| LUDecomposition
LU Decomposition refactors the original matrix such that:
PT*L*U = A
where P is a pivot matrix, L is a lower triangular matrix, U is an upper triangular matrix and A is
the original matrix. |
| QRDecomposition
QR decompositions decompose a rectangular matrix 'A' such that 'A=QR'.
|
| QRPDecomposition
Similar to
QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition. |
| SingularValueDecomposition
This is an abstract class for computing the singular value decomposition (SVD) of a matrix, which is defined
as:
A = U * W * V T where A is m by n, and U and V are orthogonal matrices, and W is a diagonal matrix. |
| Class and Description |
|---|
| EigenDecomposition
This is a generic interface for computing the eigenvalues and eigenvectors of a matrix.
|
| SingularValueDecomposition
This is an abstract class for computing the singular value decomposition (SVD) of a matrix, which is defined
as:
A = U * W * V T where A is m by n, and U and V are orthogonal matrices, and W is a diagonal matrix. |
| Class and Description |
|---|
| EigenDecomposition
This is a generic interface for computing the eigenvalues and eigenvectors of a matrix.
|
| SingularValueDecomposition
This is an abstract class for computing the singular value decomposition (SVD) of a matrix, which is defined
as:
A = U * W * V T where A is m by n, and U and V are orthogonal matrices, and W is a diagonal matrix. |
Copyright © 2013. All Rights Reserved.