Index
All Classes|All Packages|Constant Field Values
L
- LDU(Matrix) - Static method in class linalg.Decompose
-
Decomposes a square matrix A into a Lower triangular matrix L, a diagonal matrix D, and an upper triangular matrix U such that A = LDU.
- leftNullSpace() - Method in class linalg.Vector
-
Computes an orthonormal basis of the left null space of this matrix.
- length(CNumber) - Static method in class linalg.complex_number.CNumber
- linalg - package linalg
- linalg.complex_number - package linalg.complex_number
- linalg.util - package linalg.util
- LinAlgArrayUtils - Class in linalg.util
-
Contains some utility functions to manipulate arrays.
- longImaginaryValue() - Method in class linalg.complex_number.CNumber
-
Note: This method may result in loss of accuracy
- longValue() - Method in class linalg.complex_number.CNumber
-
Note: This method may result in loss of accuracy
- LU(Matrix) - Static method in class linalg.Decompose
-
Factors a square matrix into a lower triangular matrix, L, and an upper triangular matrix, U, such that A = L*U.
- LUP(Matrix) - Static method in class linalg.Decompose
-
Factors a square matrix into a lower triangular matrix, L, and an upper triangular matrix, U using row swaps represented by a Matrix pivot matrix P such that PA = LU where P is the permutation matrix describing row swaps in A during partial pivoting.
- LUPQ(Matrix) - Static method in class linalg.Decompose
-
Factors a square matrix A into a lower triangular matrix, L, and an upper triangular matrix, U using row and column swaps represented by the permutation matrices P and Q such that PAQ = LU where P is the permutation matrix describing row swaps in A and Q is the permutation matrix describing column swaps in A.
All Classes|All Packages|Constant Field Values