Click or drag to resize

FloatLowerTriMatrix Constructor

Overload List
 NameDescription
Public methodFloatLowerTriMatrix(FloatMatrix) Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a square general matrix.
Public methodFloatLowerTriMatrix(FloatSymmetricMatrix) Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of a symmetric matrix.
Public methodFloatLowerTriMatrix(FloatVector) Constructs a square FloatLowerTriMatrix instance using the data in the given vector.
Public methodFloatLowerTriMatrix(Int32) Constructs a square FloatLowerTriMatrix instance with the specified size. All elements are initialized to zero.
Public methodFloatLowerTriMatrix(FloatMatrix, Int32) Constructs a square FloatLowerTriMatrix instance by extracting the lower triangular part of the specified leading square submatrix of a general matrix.
Public methodFloatLowerTriMatrix(FloatVector, Int32) Constructs a square FloatLowerTriMatrix instance with the specified size, and using the data in the given vector.
Top
See Also