Overload List
| Name | Description | |
|---|---|---|
| FloatLowerTriMatrix(FloatMatrix) |
Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular
part of a square general matrix.
| |
| FloatLowerTriMatrix(FloatVector) |
Constructs a square FloatLowerTriMatrix instance using the data in the given
vector.
| |
| FloatLowerTriMatrix(FloatSymmetricMatrix) |
Constructs a square FloatLowerTriMatrix instance by extracting the lower
triangular part of a symmetric matrix.
| |
| 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.
|