Public Instance Constructors
![]() |
LU Decomposition |
Public Instance Properties
![]() | Return pivot permutation vector as a one-dimensional double array |
![]() | Is the matrix nonsingular? |
![]() | Return lower triangular factor |
![]() | Return pivot permutation vector |
![]() | Return upper triangular factor |
Public Instance Methods
![]() | Determinant |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Solve A*X = B |
![]() | Returns a String that represents the current Object. |
Private Instance Fields
![]() | Array for internal storage of decomposition. @serial internal array storage. |
![]() | Row and column dimensions, and pivot sign. @serial column dimension. @serial row dimension. @serial pivot sign. |
![]() | Row and column dimensions, and pivot sign. @serial column dimension. @serial row dimension. @serial pivot sign. |
![]() | Internal storage of pivot vector. @serial pivot vector. |
![]() | Row and column dimensions, and pivot sign. @serial column dimension. @serial row dimension. @serial pivot sign. |