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