Double |
| Name | Description | |
|---|---|---|
| DoubleLowerTriMatrix(DoubleMatrix) | Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of a square general matrix. | |
| DoubleLowerTriMatrix(DoubleSymmetricMatrix) | Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of a symmetric matrix. | |
| DoubleLowerTriMatrix(DoubleVector) | Constructs a square DoubleLowerTriMatrix instance using the data in the given vector. | |
| DoubleLowerTriMatrix(Int32) | Constructs a square DoubleLowerTriMatrix instance with the specified size. All elements are initialized to zero. | |
| DoubleLowerTriMatrix(DoubleMatrix, Int32) | Constructs a square DoubleLowerTriMatrix instance by extracting the lower triangular part of the specified leading square submatrix of a general matrix. | |
| DoubleLowerTriMatrix(DoubleVector, Int32) | Constructs a square DoubleLowerTriMatrix instance with the specified size, and using the data in the given vector. |