![]() | Float |
Name | Description | |
---|---|---|
![]() | FloatLowerTriMatrix(FloatMatrix) | Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a square general matrix. |
![]() | FloatLowerTriMatrix(FloatSymmetricMatrix) | Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a symmetric matrix. |
![]() | FloatLowerTriMatrix(FloatVector) | Constructs a square FloatLowerTriMatrix instance using the data in the given vector. |
![]() | FloatLowerTriMatrix(Int32) | Constructs a square FloatLowerTriMatrix instance with the specified size. All elements are initialized to zero. |
![]() | FloatLowerTriMatrix(FloatMatrix, Int32) | Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of the specified leading square submatrix of a general matrix. |
![]() | FloatLowerTriMatrix(FloatVector, Int32) | Constructs a square FloatLowerTriMatrix instance with the specified size, and using the data in the given vector. |